- Update dependencies for GHC 9.4.1 to GHC 9.8.3 and revisit upper bounds
- Update dependencies for GHC 9.2.8 and revisit upper bounds
- Include a
stack.yamlinextra-source-files
- Update dependencies for GHC 9.0.2 and revisit upper bounds
-
Add additional languages
-
Update dependencies for GHC 8.10.4 and revisit upper bounds
- Update dependencies for GHC 8.8.1
-
Update documentation to reflect changes to Google Maps Platform
-
Rename module
Web.Google.Maps.GeocodingasWeb.Google.GeocodingandGoogleMapsGeocodingAPIasGoogleGeocodingAPI -
Update dependencies for GHC 8.6.2 and revisit upper bounds
- Update dependencies for GHC 8.6.1
- Update dependencies for GHC 8.4.3
- Depend on more recent version of
google-static-mapsandservantpackages and, consequently,servant-clientandaesonpackages
-
Implement reverse (back) geocoding (
backGeocode) -
Implement
components,bounds,languageandregionoptional parameters -
Change latitude/longitude type to
LatLngfromLocation
-
Move
geocodefrom the end of the base URL to the start of the API type -
Depend on package
google-static-mapsfor common typesKeyandLocationand functiongoogleMapsApis
- Changes to documentation only
- Launch implementation. The
componentsand optional parameters in a geocoding request are not yet implemented. The reverse geocoding request is not yet implemented