Back to Devexpress

RouteWaypoint.Location Property

windowsforms-devexpress-dot-xtramap-dot-routewaypoint-2a334b62.md

latest1.0 KB
Original Source

RouteWaypoint.Location Property

Returns the location of the route waypoint.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public GeoPoint Location { get; }
vb
Public ReadOnly Property Location As GeoPoint

Property Value

TypeDescription
GeoPoint

A GeoPoint object containing geographical coordinates of the route waypoint.

|

See Also

RouteWaypoint Class

RouteWaypoint Members

DevExpress.XtraMap Namespace