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.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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