简体   繁体   中英

How to replace or remove the circle around my location blue dot for Google Maps

Uber released an update to their app, and they have somehow made the circle around the my location blue dot pulsate.

Here is an image (not an Uber screenshot) of the blue dot and circle I am talking about:

在此处输入图片说明

My question is not about Ubers' implementation, my question is that I did not believe it was possible to remove the blue circle from google maps. How is this done? If I know this, I can use animations at my current location to achieve the same effect.

I have already attempted doing the following

gmaps.getUiSettings().setMyLocationButtonEnabled(false);

This had no effect on the blue dot, nor the blue circle around the dot. Thanks in advanced

蓝色圆圈应使用

map.setMyLocationEnabled(false);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM