handle_googlemaps_exceptions
- func (Callable): The function to be wrapped by the decorator.
_format_offset_to_natural_language
- offset (int): The time offset in seconds. Can be positive, negative, or zero.
GoogleMapsToolkit
init
get_address_description
- address (Union[str, List[str]]): The address or components to validate. Can be a single string or a list representing different parts.
- region_code (str, optional): Country code for regional restriction, helps narrow down results. (default: :obj:
None
) - locality (str, optional): Restricts validation to a specific locality, e.g., “Mountain View”. (default: :obj:
None
)
get_elevation
- lat (float): The latitude of the location to query.
- lng (float): The longitude of the location to query.
get_timezone
- lat (float): The latitude of the location to query.
- lng (float): The longitude of the location to query.