function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
venkatesh 44venkatesh 44 

getting the coordinates from the google map based on address the response in JSON fromat

Hi

Every one

I have this question how can i get the coordinates from the google map

based on our address
then the response will be in formate of JSON
 
 
please can any one tel me how can we do that.
 
Thanks Advance
evry one.
sfdcfoxsfdcfox

https://developers.google.com/maps/documentation/business/

 

JSON class in Apex Code to decode.

 

Http, HttpRequest, and HttpResponse to actually request JSON data.

 

You'll need to write a custom class to store the JSON data.