google-static-maps-0.3.0.0: Bindings to the Google Static Maps API

Copyright(c) Mike Pilgrem 2017
Maintainerpublic@pilgrem.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Web.Google.Maps.Common

Contents

Description

This module has no connection with Google Inc. or its affiliates.

Synopsis

Functions

googleMapsApis :: BaseUrl Source #

The base URL for the Google Maps APIs.

Types

newtype Key Source #

API key

Constructors

Key Text 

Instances

data Location Source #

Location: precision in latitude or longitude beyond 6 decimal places is ignored.

Constructors

Location 

Fields

  • lat :: Double

    Takes any value between -90 and 90.

  • lng :: Double

    Takes any value between -180 and 180.