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

RouteWaypoint.Location Property

Returns the location of the route waypoint.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public GeoPoint Location { get; }

Property Value

Type Description
GeoPoint

A GeoPoint object containing geographical coordinates of the route waypoint.

See Also