Google Maps: Current Location Marker (Period updates for GMaps)

后端 未结 2 824
梦谈多话
梦谈多话 2020-12-18 16:31

So I\'ve been able to get periodic updates of my current location through the developer android page, making your app location aware. Now, whenever my location changes, I am

2条回答
  •  再見小時候
    2020-12-18 17:10

    mMap.setMyLocationEnabled(true);
    

    this is simple trick for blue marker of current location and did the trick for me.

提交回复
热议问题