Android 和 Google 地图 API 中的 MKMapView 标题功能?

MKMapView heading features in Android with Google Maps APIs?

如何使用 Google Maps API 在 Android 中实现 MKMapView 标题功能?

截图:iOS MKMapView with heading example

我会使用传感器来确定地图的方向并像导航模式一样显示地图。

尝试使用 MapView which is just one of the several Map Objects

A View which displays a map (with data obtained from the Google Maps service). When focused, it will capture keypresses and touch gestures to move the map.

Users of this class must forward all the life cycle methods from the Activity or Fragment containing this view to the corresponding ones in this class.

对于实际代码,请查看 Github 中的 Google maps android samples