public final class GeoJsonMultiPoint extends GeoJsonGeometry
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GeoJsonMultiPoint()
Constructs GeoJsonMultiPoint.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJsonMultiPoint |
clone() |
java.util.List<java.util.List<java.lang.Double>> |
getCoordinates()
An array of at least two GeoJsonPoint coordinate arrays.
|
GeoJsonMultiPoint |
set(java.lang.String fieldName,
java.lang.Object value) |
GeoJsonMultiPoint |
setCoordinates(java.util.List<java.util.List<java.lang.Double>> coordinates)
An array of at least two GeoJsonPoint coordinate arrays.
|
getType, setTypegetFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.util.List<java.lang.Double>> getCoordinates()
null for nonepublic GeoJsonMultiPoint setCoordinates(java.util.List<java.util.List<java.lang.Double>> coordinates)
coordinates - coordinates or null for nonepublic GeoJsonMultiPoint set(java.lang.String fieldName, java.lang.Object value)
set in class GeoJsonGeometrypublic GeoJsonMultiPoint clone()
clone in class GeoJsonGeometry