Show / Hide Table of Contents

Class SearchDestinationsRequest

Request message for DestinationService.SearchDestinations.

Inheritance
object
SearchDestinationsRequest
Implements
IMessage<SearchDestinationsRequest>
IEquatable<SearchDestinationsRequest>
IDeepCloneable<SearchDestinationsRequest>
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 SearchDestinationsRequest : IMessage<SearchDestinationsRequest>, IEquatable<SearchDestinationsRequest>, IDeepCloneable<SearchDestinationsRequest>, IBufferMessage, IMessage

Constructors

SearchDestinationsRequest()

Declaration
public SearchDestinationsRequest()

SearchDestinationsRequest(SearchDestinationsRequest)

Declaration
public SearchDestinationsRequest(SearchDestinationsRequest other)
Parameters
Type Name Description
SearchDestinationsRequest other

Properties

AddressQuery

A street address.

Declaration
public SearchDestinationsRequest.Types.AddressQuery AddressQuery { get; set; }
Property Value
Type Description
SearchDestinationsRequest.Types.AddressQuery

HasPlace

Gets whether the "place" field is set

Declaration
public bool HasPlace { get; }
Property Value
Type Description
bool

LanguageCode

Optional. Language in which the results should be returned.

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
string

LocationQuery

A precise location.

Declaration
public SearchDestinationsRequest.Types.LocationQuery LocationQuery { get; set; }
Property Value
Type Description
SearchDestinationsRequest.Types.LocationQuery

Place

The resource name of a place, in places/{place_id} format.

Declaration
public string Place { get; set; }
Property Value
Type Description
string

PrimaryQueryCase

Declaration
public SearchDestinationsRequest.PrimaryQueryOneofCase PrimaryQueryCase { get; }
Property Value
Type Description
SearchDestinationsRequest.PrimaryQueryOneofCase

RegionCode

Optional. Region code. The region code, specified as a ccTLD ("top-level domain") two-character value. The parameter affects results based on applicable law. This parameter also influences, but not fully restricts, results from the service.

Declaration
public string RegionCode { get; set; }
Property Value
Type Description
string

TravelModes

Optional. The travel modes to filter navigation points for. This influences the navigation_points field returned in the response. If empty, navigation points of all travel modes are returned.

Declaration
public RepeatedField<NavigationPoint.Types.TravelMode> TravelModes { get; }
Property Value
Type Description
RepeatedField<NavigationPoint.Types.TravelMode>
In this article
Back to top Generated by DocFX