| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.clone() |
Feature |
Feature.set(java.lang.String fieldName,
java.lang.Object value) |
Feature |
Feature.setGeometry(GeoJsonGeometry geometry)
The geometry member of this Feature.
|
Feature |
Feature.setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Key/value pairs of this Feature.
|
Feature |
Feature.setType(java.lang.String type)
Identifies this object as a feature.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Feature> |
FeaturesListResponse.getFeatures()
Resources returned.
|
java.util.List<Feature> |
FeaturesBatchInsertRequest.getFeatures() |
java.util.List<Feature> |
FeaturesBatchPatchRequest.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesListResponse |
FeaturesListResponse.setFeatures(java.util.List<Feature> features)
Resources returned.
|
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.setFeatures(java.util.List<Feature> features) |
FeaturesBatchPatchRequest |
FeaturesBatchPatchRequest.setFeatures(java.util.List<Feature> features) |