Table of Contents

Class WaypointLocation

Namespace
GoogleMapsApi.Entities.Routes.Request
Assembly
GoogleMapsApi.dll

Geographic location of a Waypoint.

public sealed class WaypointLocation
Inheritance
WaypointLocation
Inherited Members

Properties

Heading

Compass heading in degrees [0, 360) the vehicle is moving in. Only meaningful for driving routes and only respected when SideOfRoad is true.

[JsonPropertyName("heading")]
public int? Heading { get; set; }

Property Value

int?

LatLng

Latitude / longitude in WGS84.

[JsonPropertyName("latLng")]
public LatLng? LatLng { get; set; }

Property Value

LatLng