Class GoogleMapsPlacesV1PlaceNavigationPoint
A navigation point is a location next to a road where navigation can end.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceNavigationPoint : IDirectResponseSchema
Properties
DisplayName
The display name of this navigation point. For example, "5th Ave" or "Gate B".
Declaration
[JsonProperty("displayName")]
public virtual GoogleTypeLocalizedText DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeLocalizedText |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
[JsonProperty("location")]
public virtual GoogleTypeLatLng Location { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeLatLng |
NavigationPointToken
A token that can be used to identify this navigation point.
Declaration
[JsonProperty("navigationPointToken")]
public virtual string NavigationPointToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TravelModes
Travel modes that are appropriate for this navigation point.
Declaration
[JsonProperty("travelModes")]
public virtual IList<string> TravelModes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
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
[JsonProperty("usages")]
public virtual IList<string> Usages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |