Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
PointRadius |
PointRadius.clone() |
PointRadius |
ServiceAreaBusiness.getRadius()
The area that this business serves centered around a point.
|
PointRadius |
PointRadius.set(java.lang.String fieldName,
java.lang.Object value) |
PointRadius |
PointRadius.setLatlng(LatLng latlng)
The latitude/longitude that specifies the center of an area defined by the radius.
|
PointRadius |
PointRadius.setRadiusKm(java.lang.Float radiusKm)
The distance in kilometers of the area around the point.
|
Modifier and Type | Method and Description |
---|---|
ServiceAreaBusiness |
ServiceAreaBusiness.setRadius(PointRadius radius)
The area that this business serves centered around a point.
|
Copyright © 2011-2018 Google. All Rights Reserved.