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
mMap.setMyLocationEnabled(true);
this is simple trick for blue marker of current location and did the trick for me.