mikebronner/nova-map-marker-field

Geocode into address

Reached opened this issue · 2 comments

Hey @mikebronner ,

Well done on the package!

Is it possible to reverse geocode with this? So that I can get an address from coordinates?

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.

Thanks @mikebronner, good suggestion !