How to show current position marker on Map in android?
问题 I am developing an application in which I want to display current location using marker in my map. I am using Google Map v2. Here I can display Map and marker when GPS is off ,but not visible any marker on map when GPS on. My requirement is display marker on map with current position I tried like this, @Override public void onLocationChanged(Location location) { // TODO Auto-generated method stub //locationManger.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 0, 0, this); ArrayList