Skip to main content

RouteWaypoint(String, String, Object) Constructor

Initializes a new instance of the route waypoint with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public RouteWaypoint(
    string description,
    string keyword,
    object tag
)

Parameters

Name Type Description
description String

The waypoint description.

keyword String

The keyword that is used to search the waypoint location.

tag Object

The object that stores additional information about the waypoint.

See Also