Windows phone 地图windows phone上的当前单击位置

Windows phone 地图windows phone上的当前单击位置,windows-phone,Windows Phone,我用谷歌搜索了很多次,但都找不到合适的解决方案 我想在windows phone中获取地图上当前单击的位置,并将图钉添加到该位置,以便将其保存为提醒,请尝试此操作 private void Map_Tap(object sender, System.Windows.Input.GestureEventArgs e) { GeoCoordinate asd = this.Map.ConvertViewportPointToGeoCoordinate(e.GetPosition(this.

我用谷歌搜索了很多次,但都找不到合适的解决方案 我想在windows phone中获取地图上当前单击的位置,并将图钉添加到该位置,以便将其保存为提醒,请尝试此操作

private void Map_Tap(object sender, System.Windows.Input.GestureEventArgs e)
{
     GeoCoordinate asd = this.Map.ConvertViewportPointToGeoCoordinate(e.GetPosition(this.Map));
}

我不想阻止新用户在堆栈溢出时使用Windows Phone,但为了将来的参考,请确保将您的问题的格式设置得更详细一些。应该是