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.Maps.Create

Contents

Description

Create a map asset.

See: Google Maps Engine API Reference for mapsengine.maps.create.

Synopsis

REST Resource

type MapsCreateResource = "mapsengine" :> ("v1" :> ("maps" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Map :> Post `[JSON]` Map)))) Source

A resource alias for mapsengine.maps.create method which the MapsCreate request conforms to.

Creating a Request

mapsCreate Source

Arguments

:: Map

mcPayload

-> MapsCreate 

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

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

Request Lenses

mcPayload :: Lens' MapsCreate Map Source

Multipart request metadata.