-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
public class Point implements Geometry
An abstraction that shares the common properties of KmlPoint and GeoJsonPoint
-
-
Constructor Summary
Constructors Constructor Description Point(LatLng coordinates)Creates a new Point object
-
Method Summary
Modifier and Type Method Description StringgetGeometryType()Gets the type of geometry LatLnggetGeometryObject()Gets the coordinates of the Point StringtoString()-
-
Method Detail
-
getGeometryType
String getGeometryType()
Gets the type of geometry
-
getGeometryObject
LatLng getGeometryObject()
Gets the coordinates of the Point
-
-
-
-