Package com.google.maps.android.data.kml
Class KmlPoint
- java.lang.Object
-
- com.google.maps.android.data.Point
-
- com.google.maps.android.data.kml.KmlPoint
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetAltitude()-
Methods inherited from class com.google.maps.android.data.Point
getGeometryObject, getGeometryType, toString
-
-
-
-
Constructor Detail
-
KmlPoint
public KmlPoint(com.google.android.gms.maps.model.LatLng coordinates)
Creates a new KmlPoint- Parameters:
coordinates- coordinates of the KmlPoint
-
KmlPoint
public KmlPoint(com.google.android.gms.maps.model.LatLng coordinates, java.lang.Double altitude)Creates a new KmlPoint- Parameters:
coordinates- coordinates of the KmlPointaltitude- altitude of the KmlPoint
-
-