OsmGeocodeDataProvider Methods
Provides the capability to obtain geocode data from the Open Street Map service.| Name | Description |
|---|---|
| Cancel() | Inherited from WebInformationDataProvider<TEventArgs>. |
| RequestLocationInformation(GeoPoint, Double, String, Object) | Sends a request to receive information about the specified location in the accordance with local culture. |
| RequestLocationInformation(GeoPoint, Double) | Sends a request to receive information about the specified location at the defined zoom level. |
| RequestLocationInformation(GeoPoint) | Sends a request to receive information about the specified location. |
See Also