when using the Map control, do I need to get also a licence from the map provider (Bing->Microsoft)?
Kind regards,
Sörnt
1 Answer, 1 is accepted
0
Giuseppe
Telerik team
answered on 07 Apr 2010, 02:32 PM
Hi Sörnt Poppe,
If you would like to use the BingMapProvider (Microsoft Bing Maps), you would need to provide your own Bing Maps Key in order to use the RadMap control. Once you obtain it from here, you need to pass it to the provider like this:
Alternatively, you can use the OpenStreetMapProvider that does not require any additional licensing like this:
RadMap1.Provider = newOpenStreetMapProvider();
Hope this helps.
Sincerely yours,
Freddie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.