public class Point extends java.lang.Object implements Geometry
KmlPoint
and
GeoJsonPoint
Constructor and Description |
---|
Point(LatLng coordinates)
Creates a new Point object
|
Modifier and Type | Method and Description |
---|---|
LatLng |
getGeometryObject()
Gets the coordinates of the Point
|
java.lang.String |
getGeometryType()
Gets the type of geometry
|
java.lang.String |
toString() |
public Point(LatLng coordinates)
coordinates
- coordinates of Point to storepublic java.lang.String getGeometryType()
getGeometryType
in interface Geometry
public LatLng getGeometryObject()
getGeometryObject
in interface Geometry
public java.lang.String toString()
toString
in class java.lang.Object