Get Latitude and Longitude
GET https://maps.googleapis.com/maps/api/geocode/json?address={{location}}&key={{GeocodingAPIKey}}
This request calls the Google Maps API to fetch the coordinates (latitude and longitude) of the specified place.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
address | string | The name of the location for which you want the weather for | |
key | string |