| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Place.Position |
Place.Position.clone() |
Place.Position |
Place.getPosition()
The position of the place.
|
Place.Position |
Place.Position.set(java.lang.String fieldName,
java.lang.Object value) |
Place.Position |
Place.Position.setLatitude(java.lang.Double latitude)
The latitude of this position.
|
Place.Position |
Place.Position.setLongitude(java.lang.Double longitude)
The longitude of this position.
|
| Modifier and Type | Method and Description |
|---|---|
Place |
Place.setPosition(Place.Position position)
The position of the place.
|