-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class GeoJsonPoint extends Point
A GeoJsonPoint geometry contains a single LatLng.
-
-
Constructor Summary
Constructors Constructor Description GeoJsonPoint(LatLng coordinates, Double altitude)GeoJsonPoint(LatLng coordinates)
-
Method Summary
Modifier and Type Method Description final StringgetType()final LatLnggetCoordinates()final DoublegetAltitude()-
-
Constructor Detail
-
GeoJsonPoint
GeoJsonPoint(LatLng coordinates, Double altitude)
-
GeoJsonPoint
GeoJsonPoint(LatLng coordinates)
-
-
Method Detail
-
getCoordinates
final LatLng getCoordinates()
-
getAltitude
final Double getAltitude()
-
-
-
-