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

Contents

Description

Return the published metadata for a particular map.

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

Synopsis

REST Resource

type MapsGetPublishedResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> ("published" :> (QueryParam "alt" AltJSON :> Get `[JSON]` PublishedMap))))) Source

A resource alias for mapsengine.maps.getPublished method which the MapsGetPublished request conforms to.

Creating a Request

mapsGetPublished Source

Arguments

:: Text

mgpId

-> MapsGetPublished 

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

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

Request Lenses

mgpId :: Lens' MapsGetPublished Text Source

The ID of the map.