panel_segmentation.utils.generateAddress#
- panel_segmentation.utils.generateAddress(latitude, longitude, google_maps_api_key)[source]#
Gets the address of a latitude, longitude coordinates using Google Geocoding API. Please note rates for running geocoding checks here:
- Parameters:
latitude (float) – Latitude coordinate of the site.
longitude (float) – Longitude coordinate of the site.
google_maps_api_key (string) – Google Maps API Key for geocoding a site. For further information, see here: https://developers.google.com/maps/documentation/geocoding/overview
- Returns:
address – Address of given latitude, longitude coordinates.
- Return type:
str