| Constructor and Description |
|---|
GeoJsonPoint(LatLng coordinates)
Creates a new GeoJsonPoint
|
GeoJsonPoint(LatLng coordinates,
java.lang.Double altitude)
Creates a new GeoJsonPoint
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAltitude()
Gets the altitude of the GeoJsonPoint
|
LatLng |
getCoordinates()
Gets the coordinates of the GeoJsonPoint
|
java.lang.String |
getType()
Gets the type of geometry.
|
getGeometryObject, getGeometryType, toStringpublic GeoJsonPoint(LatLng coordinates)
coordinates - coordinates of GeoJsonPoint to storepublic GeoJsonPoint(LatLng coordinates,
java.lang.Double altitude)
coordinates - coordinates of the KmlPointaltitude - altitude of the KmlPointpublic java.lang.String getType()
public LatLng getCoordinates()
public java.lang.Double getAltitude()