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

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.v18.2.dll

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