Android 地图视图 setShowsUserLocation?
Android 上有没有像 iOS 一样设置 mapView 选项的选项?
在 iOS 中,您可以执行 [mapView setShowsUserLocation:YES] 来显示用户位置?还是我错了?
问候,
漂浮
is there an option on Android to set an mapView option like in iOS?
In iOS you can do [mapView setShowsUserLocation:YES] to show the Userslocation? Or am i wrong?
Regards,
float
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
MyLocationOverlay
添加到MapView
中,如果用户位于地图上,它将用闪烁的蓝点显示用户的位置。Add a
MyLocationOverlay
to theMapView
, and it will display the user's position with a flashing blue dot, if the user is on the map.