在我的应用程序中,我使用的是GMSMapView,我想要更改跟踪模式。在iOS MapKit中,我可以将跟踪模式更改为MKUserTrackingModeFollowWithHeading,但不知道如何在GMSMapView中更改它。
GMSMapView
MKUserTrackingModeFollowWithHeading
在应用程序Google Maps中,在myLocationButton上进行第二次触摸后,它可以正常工作。有可能吗?
Google Maps
myLocationButton
https://stackoverflow.com/questions/38208747
相似问题