Changelog for google-maps-geocoding-0.7.0.3
0.7.0.2
- Update dependencies for GHC 9.2.8 and revisit upper bounds
- Include a
stack.yamlinextra-source-files
0.7.0.1
- Update dependencies for GHC 9.0.2 and revisit upper bounds
0.7.0.0
-
Add additional languages
-
Update dependencies for GHC 8.10.4 and revisit upper bounds
0.5.0.1
- Update dependencies for GHC 8.8.1
0.5.0.0
-
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
0.4.0.2
- Update dependencies for GHC 8.6.1
0.4.0.1
- Update dependencies for GHC 8.4.3
0.4.0.0
- Depend on more recent version of
google-static-mapsandservantpackages and, consequently,servant-clientandaesonpackages
0.3.0.0
-
Implement reverse (back) geocoding (
backGeocode) -
Implement
components,bounds,languageandregionoptional parameters -
Change latitude/longitude type to
LatLngfromLocation
0.2.0.0
-
Move
geocodefrom the end of the base URL to the start of the API type -
Depend on package
google-static-mapsfor common typesKeyandLocationand functiongoogleMapsApis
0.1.0.1
- Changes to documentation only
0.1.0.0
- Launch implementation. The
componentsand optional parameters in a geocoding request are not yet implemented. The reverse geocoding request is not yet implemented