I'm trying to build an app for WP8.1 in javasript. This app just has to show a map and some pins taken from a KML file. I've managed to do it for a windows store app (desktop/tablet) but can't find any documentation for mobile phone apps.
I've found this: http://msdn.microsoft.com/en-US/library/windows/apps/xaml/dn642089.aspx
But it uses XAML and VB/C#
and here some solutions: Map APIs for windows PHONE 8.1 in HTML, CSS, JS
but i tried them and don't succeed
is there an official guide to use Bing Maps in WP8.1 environment?
Thanks