Show / Hide Table of Contents

Class SearchDestinationsResponse

Response message for DestinationService.SearchDestinations.

Inheritance
object
SearchDestinationsResponse
Implements
IMessage<SearchDestinationsResponse>
IEquatable<SearchDestinationsResponse>
IDeepCloneable<SearchDestinationsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX