public class CircleGeometry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CircleGeometry(LatLng center,
int radius)
Instantiates a new CircleGeometry object based on location and radius.
|
Modifier and Type | Method and Description |
---|---|
double |
getLatitude()
Returns the circle's center latitude.
|
double |
getLongitude()
Returns the circle's center longitude.
|
int |
getRadius()
Returns the circle's radius.
|
public CircleGeometry(LatLng center, int radius)
center
- The center of a circle.radius
- The radius.