-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public class Point implements Geometry
Legacy Point wrapper bridging to the new data layer.
-
-
Constructor Summary
Constructors Constructor Description Point(LatLng latLng)
-
Method Summary
Modifier and Type Method Description StringgetGeometryType()LatLnggetGeometryObject()-
-
Method Detail
-
getGeometryType
String getGeometryType()
-
getGeometryObject
LatLng getGeometryObject()
-
-
-
-