Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
LatLng |
LatLng.clone() |
LatLng |
Location.getLatlng()
User-provided latitude and longitude.
|
LatLng |
PointRadius.getLatlng()
The latitude/longitude that specifies the center of an area defined by the radius.
|
LatLng |
RegionCount.getLatlng()
Center of region.
|
LatLng |
LatLng.set(java.lang.String fieldName,
java.lang.Object value) |
LatLng |
LatLng.setLatitude(java.lang.Double latitude)
The latitude in degrees.
|
LatLng |
LatLng.setLongitude(java.lang.Double longitude)
The longitude in degrees.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.setLatlng(LatLng latlng)
User-provided latitude and longitude.
|
PointRadius |
PointRadius.setLatlng(LatLng latlng)
The latitude/longitude that specifies the center of an area defined by the radius.
|
RegionCount |
RegionCount.setLatlng(LatLng latlng)
Center of region.
|
Copyright © 2011-2018 Google. All Rights Reserved.