Skip to main content

RouteWaypoint(String, String) Constructor

Initializes a new instance of the RouteWaypoint class with the specified description and keyword.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public RouteWaypoint(
    string description,
    string keyword
)

Parameters

Name Type Description
description String

A String value specifying the description of a waypoint. This value is attached to the RouteWaypoint.Description property.

keyword String

A String value containing information to search for on a map. This value is assigned to the RouteWaypoint.Keyword property.

See Also