| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Features.BatchPatch |
MapsEngine.Tables.Features.batchPatch(String id,
FeaturesBatchPatchRequest content)
Patch the supplied features.
|
| Constructor and Description |
|---|
MapsEngine.Tables.Features.BatchPatch(String id,
FeaturesBatchPatchRequest content)
Patch the supplied features.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesBatchPatchRequest |
FeaturesBatchPatchRequest.clone() |
FeaturesBatchPatchRequest |
FeaturesBatchPatchRequest.set(String fieldName,
Object value) |
FeaturesBatchPatchRequest |
FeaturesBatchPatchRequest.setFeatures(List<Feature> features) |
FeaturesBatchPatchRequest |
FeaturesBatchPatchRequest.setNormalizeGeometries(Boolean normalizeGeometries)
If true, the server will normalize feature geometries.
|