Module google_maps::geocoding::reverse

source ·
Expand description

Look in this module for documentation on building your Geocoding API reverse query. In particular, look at the ReverseRequest struct for examples of the builder pattern. This module contains the tools (enums, structs, methods) for building your Google Maps Platform request. Reverse geocoding converts latitude & longitude coordinates to a street address.

Structs§

  • Look at this Request struct for documentation on how to build your Geocoding API query. The methods implemented for this struct are what’s used to build your request. Reverse geocoding looks up a street address from latitude & longitude coorindates.