This repository has been archived by the owner on Jan 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Release Notes
Justin Stayton edited this page Nov 10, 2015
·
14 revisions
GoogleMapsGeocoder adheres to Semantic Versioning.
November 10, 2015
- Added support for a stream context to be passed to
geocode
. This helps when working with a proxy, for example. Thanks to Genti Saliu for the original pull request!
September 3, 2015
- Added support for result type. Thanks to Alexei Plotnikov for the pull request!
- Added support for location type.
- Added newer status constant:
STATUS_UNKNOWN_ERROR
. - Added newer address type constants:
TYPE_ADMIN_AREA_4
,TYPE_ADMIN_AREA_5
,TYPE_WARD
,TYPE_ESTABLISHMENT
,TYPE_PARKING
,TYPE_POSTAL_TOWN
,TYPE_BUS_STATION
,TYPE_TRAIN_STATION
, andTYPE_TRANSIT_STATION
. - Sensor-related parameters (
$sensor
in__construct
) and methods (setSensor
,getSensor
) are now deprecated, as it's no longer required by the Google Maps API. They will continue to work as usual until v3, at which point they will be removed.
June 25, 2015
- Fixed bug in
setBounds
that caused the northeast latitude to be used for the longitude. Thanks to Kaitlin Jaffe for the pull request!
June 24, 2015
- Added support for API key. Thanks to Mike Joseph and others for the pull requests!
December 29, 2013
- Added support for Business clients! New methods: setClientId, getClientId, setSigningKey, getSigningKey, and isBusinessClient. Thanks to Ben Speakman for the pull request!
- Added new constants: URL_DOMAIN and URL_PATH.
November 18, 2013
- Composer now autoloads GoogleMapsGeocoder. Thanks to cbschuld for the pull request!
May 2, 2013
- Fixed mis-typed
$his
instead of$this
. Thanks to Wolg for the pull request!
September 17, 2012
- Code cleanup and updated links to Google documentation.
- Added the ability to install with Composer.
November 5, 2011
- Completely overhauled to work with v3 of the Google Maps Geocoding API.
January 16, 2010
- First public release!