| 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(java.lang.String id,
FeaturesBatchInsertRequest content)
Append the supplied features.
|
| Constructor and Description |
|---|
MapsEngine.Tables.Features.BatchInsert(java.lang.String id,
FeaturesBatchInsertRequest content)
Append the supplied features.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.clone() |
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.set(java.lang.String fieldName,
java.lang.Object value) |
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.setFeatures(java.util.List<Feature> features) |
FeaturesBatchInsertRequest |
FeaturesBatchInsertRequest.setNormalizeGeometries(java.lang.Boolean normalizeGeometries)
If true, the server will normalize feature geometries.
|