Back to Devexpress

RouteWaypoint.Location Property

wpf-devexpress-dot-xpf-dot-map-dot-routewaypoint-0e832ab2.md

latest1003 B
Original Source

RouteWaypoint.Location Property

Returns the location of the route waypoint.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.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.Xpf.Map Namespace