-
-
Method Summary
Modifier and Type Method Description DoublegetAltitude()-
Methods inherited from class com.google.maps.android.data.Point
getGeometryObject, getGeometryType, toString -
Methods inherited from class com.google.maps.android.data.Geometry
getGeometryObject -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KmlPoint
KmlPoint(LatLng coordinates)
Creates a new KmlPoint- Parameters:
coordinates- coordinates of the KmlPoint
-
KmlPoint
KmlPoint(LatLng coordinates, Double altitude)
Creates a new KmlPoint- Parameters:
coordinates- coordinates of the KmlPointaltitude- altitude of the KmlPoint
-
-
Method Detail
-
getAltitude
Double getAltitude()
-
-
-
-