-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class KmlPoint extends Point
Represents a KML Point. Contains a single coordinate.
-
-
Method Summary
Modifier and Type Method Description final DoublegetAltitude()-
-
Constructor Detail
-
KmlPoint
KmlPoint(LatLng coordinates, Double altitude)
-
KmlPoint
KmlPoint(LatLng coordinates)
-
-
Method Detail
-
getAltitude
final Double getAltitude()
-
-
-
-