"Bing map" does not work correctly with Windows Store App.
"bing map" not work correctly with windows store app.
<map:map culture="ko-kr" homeregion="south korea" credentials="{staticresource bingmapsapikey}"/>
when run the app, such images and no function does not work.
a couple of issues. first using unsupported culture code. korean use "ko" instead of "ko-kr". documented here: http://msdn.microsoft.com/en-us/library/dn306047.aspx
the homeregion should 2 letter country code , not full name of country.
all said, these values both automatically set users device settings. time need set culture , home region if user in region isn't supported. result in image seeing. in case can set culture en-us , home region , map become active. list of unsupported regions can found here: http://msdn.microsoft.com/en-us/library/jj670541.aspx
http://rbrundritt.wordpress.com
Bing Maps > Bing Maps for Windows UWP apps
Comments
Post a Comment