| 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.Get
Description
Return metadata for a particular map.
See: Google Maps Engine API Reference for mapsengine.maps.get.
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
Return metadata for a particular map.
See: mapsGet smart constructor.