Skip to main content

RouteWaypoint(String, GeoPoint) Constructor

Initializes a new instance of the RouteWaypoint class 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,
    GeoPoint location
)

Parameters

Name Type Description
description String

A String specifying the description. This value is assigned to the RouteWaypoint.Description property.

location GeoPoint

A GeoPoint object specifying the location. This value is assigned to the RouteWaypoint.Location property.

See Also