How to get the current location in Google Maps Android API v2?

前端 未结 13 1089
Happy的楠姐
Happy的楠姐 2020-11-27 12:32

Using

mMap.setMyLocationEnabled(true)

can set the myLocation layer enable.
But the problem is how to get the myLocation when the user

相关标签:
13条回答
  • 2020-11-27 13:31

    Have you tried GoogleMap.getMyLocation()?

    0 讨论(0)
提交回复
热议问题