Geolocation Php Api Versions Save

This Geolocation PHP class connects to Google Geocoding API to find latitude/longitude or the address.

2.1.1

10 months ago

2.1.0

6 years ago

2.0.2

6 years ago
  • Added type casting in methods
  • Code style optimizations

2.0.1

6 years ago

2.0.0

6 years ago
  • getAddress now returns JeroenDesloovere\Geolocation\Address
  • getCoordinates now returns JeroenDesloovere\Geolocation\Coordinates

1.4.1

6 years ago

Throw GeolocationException when an error occurs - #10

1.4.0

6 years ago

1.3.1

9 years ago

1.2.0

9 years ago

1.2.0 (2015-05-21)

Improvements:

  • getAddress now returns array('label' => '', 'components' => array(array('long_name', 'short_name', 'types' => array())));
  • New function getAddresses now added.
  • Tests added.

1.1.0

10 years ago