2amigos / yii2-google-maps-library

Google Maps API library for Yii2
https://2amigos.us
BSD 3-Clause "New" or "Revised" License
106 stars 78 forks source link

Output address from coordinates? #80

Open Vacietis opened 7 years ago

Vacietis commented 7 years ago

Hello there, I got maps set up to show location with marker from coordinates (lat and lang). Is it possible to get location address from maps api? Like reverse-geocoding https://developers.google.com/maps/documentation/javascript/examples/geocoding-reverse Thanks

tonydspaniard commented 7 years ago

https://github.com/2amigos/yii2-google-maps-library/blob/master/services/GeocodingClient.php#L88

ashfaqahmed commented 6 years ago

@tonydspaniard do you have any example ? how to use this one

$getAddress = new GeocodingClient(); $results = $getAddress->reverse($coord);

tonydspaniard commented 6 years ago

@ashfaqahmed I'll try to hep you as soon as I have some free time. Sorry for the delay and inconvenience.