Skip to main content
A newer version of this page is available. .

RouteWaypoint(String, GeoPoint, Object) Constructor

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

Namespace: DevExpress.Xpf.Map

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

Declaration

public RouteWaypoint(
    string description,
    GeoPoint location,
    object tag
)

Parameters

Name Type Description
description String

The waypoint description.

location GeoPoint

The waypoint location.

tag Object

The object that stores additional information about the waypoint.

See Also