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:
Returns:

address – Address of given latitude, longitude coordinates.

Return type:

str