| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonPoint |
GeoJsonPoint.clone() |
GeoJsonPoint |
GeoJsonPoint.set(String fieldName,
Object value) |
GeoJsonPoint |
GeoJsonPoint.setCoordinates(List<Double> coordinates)
The coordinates of this point as a position in [longitude, latitude] or [longitude, latitude,
altitude] form.
|