Output address from coordinates?
Vacietis opened this issue · 3 comments
Vacietis commented
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
ashfaqahmed commented
@tonydspaniard do you have any example ? how to use this one
$getAddress = new GeocodingClient();
$results = $getAddress->reverse($coord);
tonydspaniard commented
@ashfaqahmed I'll try to hep you as soon as I have some free time. Sorry for the delay and inconvenience.