geo values
Hi, i have a question about Vantage geo values (lat and lng values).
I have a form on the same page as the map at "single listing" and i want to dynamically grab the lag and lng values.
I know haw to get the user id and title but don't know how to dynamically grab the lag and lng values. Can you please help me by telling me how to grab this values.
i.e I use this to grab the Phone value Dynamicaly: get_post_meta( get_the_ID(), 'phone', true ); I need something similar to grab the map coordinates.
Thank you