Forum Discussion
chaitu927
Helper I
8 years agoCustom visual bing maps examples? Better way to handle keys
I am trying to build custom visual using bing maps. I have read in some posts that there are not any good source code examples available. Curious to know how they handle the scenario for getting bin...
- 8 years ago
The Mapbox custom visual could act an example that you could extend to Bing. There's an option for access token under Format and a validation check for the token in the main visual file:
https://github.com/mapbox/mapboxgl-powerbi/blob/master/capabilities.json
deldersveld
Resident Rockstar
8 years agoThe Mapbox custom visual could act an example that you could extend to Bing. There's an option for access token under Format and a validation check for the token in the main visual file:
https://github.com/mapbox/mapboxgl-powerbi/blob/master/capabilities.json
chaitu927
Helper I
8 years agoThank you for the example resource.