Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/313.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在Windows 8中生成地图应用程序的URL_C#_Windows 8_Geolocation_Bing Maps - Fatal编程技术网

C# 在Windows 8中生成地图应用程序的URL

C# 在Windows 8中生成地图应用程序的URL,c#,windows-8,geolocation,bing-maps,C#,Windows 8,Geolocation,Bing Maps,我有位置的坐标,我想在Windows8中为地图生成一个URL/请求,以便根据坐标的位置显示给定的位置。这有可能吗?如果有,你有什么办法吗 通过使用协议激活。检查以查看用于格式化URI的各种选项 e、 g await Windows.System.Launcher.LaunchUriAsync(new Uri("bingmaps:?cp=40.726966~-74.006076")); 打开以纽约市为中心的地图应用程序

我有位置的坐标,我想在Windows8中为地图生成一个URL/请求,以便根据坐标的位置显示给定的位置。这有可能吗?如果有,你有什么办法吗

通过使用协议激活。检查以查看用于格式化URI的各种选项

e、 g

await Windows.System.Launcher.LaunchUriAsync(new Uri("bingmaps:?cp=40.726966~-74.006076"));
打开以纽约市为中心的地图应用程序