Back to Devexpress

ElevationRequestResult.Locations Property

wpf-devexpress-dot-xpf-dot-map-dot-elevationrequestresult.md

latest1.1 KB
Original Source

ElevationRequestResult.Locations Property

Returns the requested locations with corresponding elevations.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ElevationInformation[] Locations { get; }
vb
Public ReadOnly Property Locations As ElevationInformation()

Property Value

TypeDescription
ElevationInformation[]

A list of ElevationInformation objects.

|

See Also

ElevationRequestResult Class

ElevationRequestResult Members

DevExpress.Xpf.Map Namespace