且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何删除默认的小型谷歌地图标记,同时建立导航应用

更新时间:2023-12-05 20:31:10

假设你的意思是蓝点或我的位置,你将有使用完全地消除GoogleMap.setMyLocationEnabled 和使用自己的 LocationClient 更新用户的当前位置。

Assuming you mean "the blue dot" or "my location", you will have to completly remove it using GoogleMap.setMyLocationEnabled and use your own LocationClient to update user's current position.