I have an application in VB .Net and I am trying to use the Bing Tiles. I have a valid Bing token but I am not sure how to pass the token to the provider.
I found the following directions in the documentation, but I'm not sure how to implement this in VB .Net.
// to access Bing Maps providers
new GlobalSettings() { BingApiKey = "your_key"};
Thanks for any assistance.
ToddH
Comments: Closed, since it's a question rather than an issue.
I found the following directions in the documentation, but I'm not sure how to implement this in VB .Net.
// to access Bing Maps providers
new GlobalSettings() { BingApiKey = "your_key"};
Thanks for any assistance.
ToddH
Comments: Closed, since it's a question rather than an issue.