[][src]Module google_maps::geocoding::forward

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

Modules

component

Contains the Component enum and its associated traits. It filters the geocoding response to specific types of areas, such as localities (cities) or countries (nations).

country

Contains the Country enum and its associated traits. It specifies a country or a nation. See also ISO 3166 country codes.

Structs

ForwardRequest

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. Forward geocoding looks up a longitude & latitude coordinates from a street address.