| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.MapsEngine.Maps.Create
Description
Create a map asset.
See: Google Maps Engine API Reference for mapsengine.maps.create.
- type MapsCreateResource = "mapsengine" :> ("v1" :> ("maps" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Map :> Post '[JSON] Map))))
- mapsCreate :: Map -> MapsCreate
- data MapsCreate
- mcPayload :: Lens' MapsCreate Map
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
Arguments
| :: Map | |
| -> 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:
data MapsCreate Source #
Create a map asset.
See: mapsCreate smart constructor.
Instances
| Eq MapsCreate Source # | |
| Data MapsCreate Source # | |
| Show MapsCreate Source # | |
| Generic MapsCreate Source # | |
| GoogleRequest MapsCreate Source # | |
| type Rep MapsCreate Source # | |
| type Scopes MapsCreate Source # | |
| type Rs MapsCreate Source # | |