ElevationRequestResult.Locations Property
In This Article
Returns the requested locations with corresponding elevations.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public ElevationInformation[] Locations { get; }
#Property Value
Type | Description |
---|---|
Elevation |
A list of Elevation |
See Also