Class SearchDestinationsResponse
Response message for DestinationService.SearchDestinations.
Implements
Namespace: Google.Maps.Geocode.V4
Assembly: Google.Maps.Geocode.V4.dll
Syntax
public sealed class SearchDestinationsResponse : IMessage<SearchDestinationsResponse>, IEquatable<SearchDestinationsResponse>, IDeepCloneable<SearchDestinationsResponse>, IBufferMessage, IMessage
Constructors
SearchDestinationsResponse()
Declaration
public SearchDestinationsResponse()
SearchDestinationsResponse(SearchDestinationsResponse)
Declaration
public SearchDestinationsResponse(SearchDestinationsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchDestinationsResponse | other |
Properties
Destinations
A list of destinations.
The service returns one result if a primary destination can be unambiguously identified from the primary query. Otherwise, the service might return multiple results for disambiguation or zero results.
Declaration
public RepeatedField<Destination> Destinations { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Destination> |