packages feed

google-maps-geocoding-0.3.0.0: changelog.md

# 0.3.0.0

* Implement reverse (back) geocoding (`backGeocode`)

* Implement `components`, `bounds`, `language` and `region` optional parameters

* Change latitude/longitude type to `LatLng` from `Location`

# 0.2.0.0

* 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`

# 0.1.0.1

* Changes to documentation only

# 0.1.0.0

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