Reply To: Retrieve coordinates while providing address
Support › MB Geolocation › ✅Retrieve coordinates while providing address › Reply To: Retrieve coordinates while providing address
September 25, 2018 at 3:14 PM
#11421
Keymaster
Hi Thomas,
To use the Geolocation extension to retrieve latitude and longitude, please create 2 fields with ID lat
and lng
as follows:
https://ghostbin.com/paste/5dpyd
When you select an address from the suggestion list, the latitude and longitude are auto populated:
https://i.imgur.com/LvTjaUG.png
Then on the front end, you can use the rwmb_meta
function to get their values.