Constructor and Description |
---|
KmlPoint(LatLng coordinates)
Creates a new KmlPoint
|
KmlPoint(LatLng coordinates,
java.lang.Double altitude)
Creates a new KmlPoint
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAltitude() |
getGeometryObject, getGeometryType, toString
public KmlPoint(LatLng coordinates)
coordinates
- coordinates of the KmlPointpublic KmlPoint(LatLng coordinates, java.lang.Double altitude)
coordinates
- coordinates of the KmlPointaltitude
- altitude of the KmlPoint