GOOGLE_MAPS__TEXT_SEARCH | Returns a list of places matching a text query such as “pizza in Sydney” or “shops near Main St”. |
GOOGLE_MAPS__GET_DIRECTIONS | Returns step-by-step directions between two locations for walking, driving, cycling, or transit. |
GOOGLE_MAPS__REVERSE_GEOCODE | Converts a latitude/longitude coordinate pair into a human-readable address. |
GOOGLE_MAPS__GET_STATIC_MAP | Generates a static map image centered on a given location with optional markers and zoom level. |
GOOGLE_MAPS__GET_ELEVATION | Returns elevation data in meters for one or more geographic coordinate pairs. |