| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Place |
Place.clone() |
Place |
Activity.getLocation()
The location where this activity occurred.
|
Place |
Place.set(java.lang.String fieldName,
java.lang.Object value) |
Place |
Place.setAddress(Place.Address address)
The physical address of the place.
|
Place |
Place.setDisplayName(java.lang.String displayName)
The display name of the place.
|
Place |
Place.setId(java.lang.String id)
The id of the place.
|
Place |
Place.setKind(java.lang.String kind)
Identifies this resource as a place.
|
Place |
Place.setPosition(Place.Position position)
The position of the place.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.setLocation(Place location)
The location where this activity occurred.
|