Get Geo location from Google API in Salesforce

To get Geo-location from google API in Salesforce, I did a small integration with Google Geocode API. To call Google API, we need the API key. Follow the steps in this article to get the key. Steps to get the latitude and longitude from Google Geolocation Create an Apex trigger with below code. The trigger […]

Scroll to top