Skip to main content

ElevationRequestResult.Locations Property

Returns the requested locations with corresponding elevations.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public ElevationInformation[] Locations { get; }

Property Value

Type Description
ElevationInformation[]

A list of ElevationInformation objects.

See Also