如何在 Bing 地图中获取 3D 导航视图

How to get a 3D navigation view in Bing maps

我对 Bing 地图比较陌生。我想知道是否有任何方法可以实现类似于 Here Drive+ 的 3D 导航视图,因为默认情况下我们有鸟瞰图,或者我可以说是垂直视图。 ..

嗯,你可以试试 TrySetViewAsync(Geopoint, zoomLevel(Double), Heading(Double), DesiredPitch(Double), MapAnimationKind) 方法。如需更多信息,请关注 this link。您的代码看起来有点像这样: await MyMap.TrySetViewAsync(mypoint, 15, 0, 70, MapAnimationKind.Bow);