I am working with GoogleMaps v2
and tested my app in various android version (until 4.0. my application is working).
I tried to use my app on Asus Nexus 7 (4.4) but it does not work. Even the simplest mGoogleMap.setMyLocationEnabled(true);
is not working though the map is displayed and zooming works.
I researched some asus nexus 7 problem but no one have the same problem as me.
Update :
I already figured out what's happening.
the mGoogleMap.setMyLocationEnabled(true);
is correct and IS working. the problem is, it is so slow. I have tried the default MAPS app in nexus and it has the same behavior.
so it's not a bug or something. It is just too slow. :)