gogol-maps-engine-0.0.1: Google Maps Engine SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.MapsEngine.Tables.Features.BatchInsert

Contents

Description

Append features to an existing table. A single batchInsert request can create: - Up to 50 features. - A combined total of 10 000 vertices. Feature limits are documented in the Supported data formats and limits article of the Google Maps Engine help center. Note that free and paid accounts have different limits. For more information about inserting features, read Creating features in the Google Maps Engine developer's guide.

See: Google Maps Engine API Reference for mapsengine.tables.features.batchInsert.

Synopsis

REST Resource

type TablesFeaturesBatchInsertResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("features" :> ("batchInsert" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` FeaturesBatchInsertRequest :> Post `[JSON]` ()))))))) Source

A resource alias for mapsengine.tables.features.batchInsert method which the TablesFeaturesBatchInsert request conforms to.

Creating a Request

tablesFeaturesBatchInsert Source

Creates a value of TablesFeaturesBatchInsert with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data TablesFeaturesBatchInsert Source

Append features to an existing table. A single batchInsert request can create: - Up to 50 features. - A combined total of 10 000 vertices. Feature limits are documented in the Supported data formats and limits article of the Google Maps Engine help center. Note that free and paid accounts have different limits. For more information about inserting features, read Creating features in the Google Maps Engine developer's guide.

See: tablesFeaturesBatchInsert smart constructor.

Request Lenses

tfbiId :: Lens' TablesFeaturesBatchInsert Text Source

The ID of the table to append the features to.