Show / Hide Table of Contents

Class NavigationPoint

A navigation point is a location next to a road where navigation can end.

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

Constructors

NavigationPoint()

Declaration
public NavigationPoint()

NavigationPoint(NavigationPoint)

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

Properties

DisplayName

The display name of this navigation point. For example, "5th Ave" or "Gate B".

Declaration
public LocalizedText DisplayName { get; set; }
Property Value
Type Description
LocalizedText

Location

A point next to the road segment where navigation should end. The point is intentionally slightly offset from the road's centerline to clearly mark the side of the road where the place is located.

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

NavigationPointToken

Output only. A token that can be used to identify this navigation point.

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

TravelModes

Travel modes that are appropriate for this navigation point.

Declaration
public RepeatedField<NavigationPoint.Types.TravelMode> TravelModes { get; }
Property Value
Type Description
RepeatedField<NavigationPoint.Types.TravelMode>

Usages

Lists usages supported by this navigation point. If empty, it does not necessarily mean its usage is restricted in any way. All navigation points can be used for general navigation.

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