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

GeocodeRequestResult Class

Contains results of a request to a web service to obtain GeoCode information about a specific location on a map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public class GeocodeRequestResult :
    RequestResultBase

The following members return GeocodeRequestResult objects:

Example

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

Inheritance

Object
RequestResultBase
GeocodeRequestResult
See Also