All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.5.0.1 Changes

    • โšก๏ธ Update dependencies for GHC 8.8.1
  • v0.5.0.0 Changes

    • ๐Ÿ“š Update documentation to reflect changes to Google Maps Platform

    • ๐ŸŒ Rename module Web.Google.Maps.Geocoding as Web.Google.Geocoding and GoogleMapsGeocodingAPI as GoogleGeocodingAPI

    • โšก๏ธ Update dependencies for GHC 8.6.2 and revisit upper bounds

  • v0.4.0.2 Changes

    • โšก๏ธ Update dependencies for GHC 8.6.1
  • v0.4.0.1 Changes

    • โšก๏ธ Update dependencies for GHC 8.4.3
  • v0.4.0.0 Changes

    • ๐Ÿ“ฆ Depend on more recent version of google-static-maps and servant packages and, consequently, servant-client and aeson packages
  • v0.3.0.0 Changes

    • Implement reverse (back) geocoding (backGeocode)

    • Implement components, bounds, language and region optional parameters

    • ๐Ÿ”„ Change latitude/longitude type to LatLng from Location

  • v0.2.0.0 Changes

    • ๐Ÿšš Move geocode from the end of the base URL to the start of the API type

    • ๐Ÿ“ฆ Depend on package google-static-maps for common types Key and Location and function googleMapsApis

  • v0.1.0.1 Changes

    • ๐Ÿ“š Changes to documentation only
  • v0.1.0.0 Changes

    • Launch implementation. The components and optional parameters in a geocoding request are not yet implemented. The reverse geocoding request is not yet implemented