Geocode into address
Reached opened this issue · 2 comments
Reached commented
Hey @mikebronner ,
Well done on the package!
Is it possible to reverse geocode with this? So that I can get an address from coordinates?
mikebronner commented
Hi @Reached, this package doesn't do GeoCoding. For that I recommend https://github.com/geocoder-php/GeocoderLaravel which is perfectly suited to reverse-geocode your locations to addresses in PHP. You could trigger this to automatically happen in a model observer before saving.
Reached commented
Thanks @mikebronner, good suggestion !