Class SearchDestinationsRequest
Request message for DestinationService.SearchDestinations.
Inheritance
SearchDestinationsRequest
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
Properties
AddressQuery
Declaration
public SearchDestinationsRequest.Types.AddressQuery AddressQuery { get; set; }
Property Value
HasPlace
Gets whether the "place" field is set
Declaration
public bool HasPlace { get; }
Property Value
LanguageCode
Optional. Language in which the results should be returned.
Declaration
public string LanguageCode { get; set; }
Property Value
LocationQuery
Declaration
public SearchDestinationsRequest.Types.LocationQuery LocationQuery { get; set; }
Property Value
Place
The resource name of a place, in places/{place_id} format.
Declaration
public string Place { get; set; }
Property Value
PrimaryQueryCase
Declaration
public SearchDestinationsRequest.PrimaryQueryOneofCase PrimaryQueryCase { get; }
Property Value
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
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