EnhancedWaypoint Class

Definition

Represents a stop, start, or intermediate waypoint that a route must pass through.

public ref class EnhancedWaypoint sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Services.Maps.IEnhancedWaypointFactory, 262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EnhancedWaypoint final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Services.Maps.IEnhancedWaypointFactory), 262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EnhancedWaypoint
Public NotInheritable Class EnhancedWaypoint
Inheritance
Object Platform::Object IInspectable EnhancedWaypoint
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Constructors

EnhancedWaypoint(Geopoint, WaypointKind)

Creates an instance of the EnhancedWayPoint class.

Properties

Kind

Gets the type of waypoint.

Point

Gets the coordinates of a geographic location.

Applies to