hi all,
i am using Geocoder to calculate the distance between 2 addresses, I need to use the Geocoder result data (Distance Value: 48.6) as Total price, How can i do that? please
here is the result I get with Geocoder:
Geocoder
Thanks in advance
Formidable has the Geolocation add-on, but from your question, it sounds like you opted to use the Geocoder directly from the Google Maps API. Is that correct? The data is probably being returned as a JSON object that you need to parse to extract the individual data point. Since this is not a Formidable specific question, I suggest you reach out to talk to a developer: https://formidable-masterminds.com/developers-directory/
Please login or Register to submit your answer
I don't understand your question. You mention distance and then you mention price. Do you need the code to calculate the different between to locations?