Integrate Google Maps to access location data, geocoding, directions, and mapping services in your application.
Calculates travel distance and time for a matrix of origins and destinations. supports different modes of transportation and options like departure/arrival times. use when needing to determine travel metrics between multiple points.
Deprecated: tool to convert addresses into geographic coordinates (latitude and longitude) and vice versa (reverse geocoding), or get an address for a place id. use for finding coordinates for an address, finding an address for coordinates, or looking up an address by its place id.
Tool to generate an embeddable google map url and html iframe code. use when you need to display a map (place, view, directions, street view, search) on a webpage without javascript.
Searches for places on google maps using a textual query (e.g., "restaurants in london", "eiffel tower").
Fetches detailed directions between an origin and a destination, supporting intermediate waypoints and various travel modes.
Calculates one or more routes between two specified locations using various travel modes and preferences; addresses must be resolvable by google maps.