DevExpress-Examples / manually-generate-map-items-for-location-information-received-from-the-bing-search-provider-t188838

.NET, WinForms, XtraMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files to look at:

Manually generate map items for location information received from the Bing Search provider

This example demonstrates how to manually process location information received from the Bing Search data provider.

Description

For this, create a BingSearchDataProvider object, assign it to the InformationLayer.DataProvider property and handle the object's SearchCompleted event. The event handler arguments has the RequestResult property that stores a collection of SearchResults  represented by the LocationInformation objects.


About

.NET, WinForms, XtraMap

License:Other


Languages

Language:Visual Basic .NET 52.0%Language:C# 48.0%