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

GeocodeRequestResult.Locations Property

Returns all locations found for the specified geographical point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public LocationInformation[] Locations { get; }

Property Value

Type Description
LocationInformation[]

An array of LocationInformation objects.

Example

View Example

<dxm:BingGeocodeDataProvider x:Name="geocodeProvider"   ProcessMouseEvents="False"
    BingKey="{Binding Source={StaticResource YourBingKey}}" 
    LocationInformationReceived="geocodeProvider_LocationInformationReceived"/>
See Also