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.Get

Contents

Description

Return metadata for a particular map.

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

Synopsis

REST Resource

type MapsGetResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> (QueryParam "version" MapsGetVersion :> (QueryParam "alt" AltJSON :> Get `[JSON]` Map))))) Source

A resource alias for mapsengine.maps.get method which the MapsGet request conforms to.

Creating a Request

mapsGet Source

Arguments

:: Text

mgId

-> MapsGet 

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

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

data MapsGet Source

Return metadata for a particular map.

See: mapsGet smart constructor.

Request Lenses

mgVersion :: Lens' MapsGet (Maybe MapsGetVersion) Source

Deprecated: The version parameter indicates which version of the map should be returned. When version is set to published, the published version of the map will be returned. Please use the maps.getPublished endpoint instead.

mgId :: Lens' MapsGet Text Source

The ID of the map.