Show / Hide Table of Contents

Class 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.

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

Constructors

LocationQuery()

Declaration
public LocationQuery()

LocationQuery(LocationQuery)

Declaration
public LocationQuery(SearchDestinationsRequest.Types.LocationQuery other)
Parameters
Type Name Description
SearchDestinationsRequest.Types.LocationQuery other

Properties

KindCase

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

Location

A precise LatLng location.

Declaration
public LatLng Location { get; set; }
Property Value
Type Description
LatLng

PlaceFilter

Optional. Filters to apply to destination candidates.

Declaration
public SearchDestinationsRequest.Types.LocationQuery.Types.PlaceFilter PlaceFilter { get; set; }
Property Value
Type Description
SearchDestinationsRequest.Types.LocationQuery.Types.PlaceFilter
In this article
Back to top Generated by DocFX