| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Features.BatchInsert |
MapsEngine.Tables.Features.batchInsert(String id,
FeaturesBatchInsertRequest content)
Append the supplied features.
|
| Constructor and Description |
|---|
MapsEngine.Tables.Features.BatchInsert(String id,
FeaturesBatchInsertRequest content)
Append the supplied features.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.clone() |
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.set(String fieldName,
Object value) |
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.setAllowNormalization(Boolean allowNormalization)
If true, the server will normalize feature geometries.
|
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.setFeatures(List<Feature> features) |