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