Show / Hide Table of Contents

Namespace Google.Maps.Geocode.V4

Classes

Destination

A destination. This includes the primary place, related places, entrances, and navigation points.

DestinationService

A service for retrieving destinations.

A destination provides hierarchical context about a place, which allows you to, for example, find apartment buildings within a larger apartment complex and vice versa. It also provides navigation points suitable for use cases such as ridesharing or delivery.

DestinationService.DestinationServiceBase

Base class for server-side implementations of DestinationService

DestinationService.DestinationServiceClient

Client for DestinationService

DestinationServiceClient

DestinationService client wrapper, for convenient use.

DestinationServiceClientBuilder

Builder class for DestinationServiceClient to provide simple configuration of credentials, endpoint etc.

DestinationServiceClientImpl

DestinationService client wrapper implementation, for convenient use.

DestinationServiceSettings

Settings for DestinationServiceClient instances.

Entrance

An entrance is a single latitude/longitude coordinate pair that defines the location of an entry and exit point for a place.

Entrance.Types

Container for nested types declared in the Entrance message type.

GeocodeAddressRequest

Request message for GeocodeService.GeocodeAddress.

GeocodeAddressRequest.Types

Container for nested types declared in the GeocodeAddressRequest message type.

GeocodeAddressRequest.Types.LocationBias

The region to search. This location serves as a bias which means results around the given location are preferred.

GeocodeAddressResponse

Response message for [GeocodeService.GeocodeAddress][google.maps.geocode.v4.GeocodeService.GeocodeAddress].

GeocodeLocationRequest

Request message for GeocodeService.GeocodeLocation.

GeocodeLocationResponse

Response message for [GeocodeService.GeocodeLocation][google.maps.geocode.v4.GeocodeService.GeocodeLocation].

GeocodePlaceRequest

Request message for GeocodeService.GeocodePlace.

GeocodeResult

A geocode result contains geographic information about a place.

GeocodeResult.Types

Container for nested types declared in the GeocodeResult message type.

GeocodeResult.Types.AddressComponent

The structured components that form the formatted address, if this information is available.

GeocodeService

A service for performing geocoding.

GeocodeService.GeocodeServiceBase

Base class for server-side implementations of GeocodeService

GeocodeService.GeocodeServiceClient

Client for GeocodeService

GeocodeServiceClient

GeocodeService client wrapper, for convenient use.

GeocodeServiceClientBuilder

Builder class for GeocodeServiceClient to provide simple configuration of credentials, endpoint etc.

GeocodeServiceClientImpl

GeocodeService client wrapper implementation, for convenient use.

GeocodeServiceSettings

Settings for GeocodeServiceClient instances.

Landmark

Landmarks are used to communicate where the destination is or help with arriving at the destination.

Landmark.Types

Container for nested types declared in the Landmark message type.

NavigationPoint

A navigation point is a location next to a road where navigation can end.

NavigationPoint.Types

Container for nested types declared in the NavigationPoint message type.

PlaceView

Represents a view of a Place in the Places API. It also provides additional information specific to destinations, such as the structure type and the display polygon.

In some cases, a PlaceView with the same place ID might differ from what is being returned by the Places API for the types and display_name fields.

PlaceView.Types

Container for nested types declared in the PlaceView message type.

PlusCode

Plus code (http://plus.codes) is a location reference with two formats: global code defining a 14mx14m (1/8000th of a degree) or smaller rectangle, and compound code, replacing the prefix with a reference location.

SearchDestinationsRequest

Request message for DestinationService.SearchDestinations.

SearchDestinationsRequest.Types

Container for nested types declared in the SearchDestinationsRequest message type.

SearchDestinationsRequest.Types.AddressQuery

The street address that you want to search for. Specify addresses in accordance with the format used by the national postal service of the country concerned.

SearchDestinationsRequest.Types.LocationQuery

A location query to identify a nearby primary destination.

Note: if the location query is within a building that contains subpremises, it is possible that the returned primary place is a subpremise. In these cases, the containing_places field will include the building.

SearchDestinationsRequest.Types.LocationQuery.Types

Container for nested types declared in the LocationQuery message type.

SearchDestinationsRequest.Types.LocationQuery.Types.PlaceFilter

Filters to apply to destination candidates.

SearchDestinationsRequest.Types.LocationQuery.Types.PlaceFilter.Types

Container for nested types declared in the PlaceFilter message type.

SearchDestinationsResponse

Response message for DestinationService.SearchDestinations.

Enums

Entrance.Types.Tag

Characteristics that describe an entrance.

GeocodeAddressRequest.AddressInputOneofCase

Enum of possible cases for the "address_input" oneof.

GeocodeAddressRequest.Types.LocationBias.TypeOneofCase

Enum of possible cases for the "type" oneof.

GeocodeLocationRequest.LocationInputOneofCase

Enum of possible cases for the "location_input" oneof.

GeocodeResult.Types.Granularity

The granularity of the location.

Landmark.LandmarkOneofCase

Enum of possible cases for the "landmark" oneof.

Landmark.Types.Tag

The list of all possible tags that describe how a landmark can be used in the context of a destination.

If an address has both the ADDRESS and ARRIVAL tags, it means the landmark is both locally prominent and close to the destination.

NavigationPoint.Types.TravelMode

Travel modes that are appropriate for this navigation point.

NavigationPoint.Types.Usage

Usages supported by this navigation point. New values may be added in the future.

PlaceView.Types.StructureType

The type of structure that this place represents.

SearchDestinationsRequest.PrimaryQueryOneofCase

Enum of possible cases for the "primary_query" oneof.

SearchDestinationsRequest.Types.AddressQuery.KindOneofCase

Enum of possible cases for the "kind" oneof.

SearchDestinationsRequest.Types.LocationQuery.KindOneofCase

Enum of possible cases for the "kind" oneof.

SearchDestinationsRequest.Types.LocationQuery.Types.PlaceFilter.Types.Addressability

Defines options for addressability filtering. New values may be added in the future.

In this article
Back to top Generated by DocFX