i have a question about map v2 in a viewpage. when i use map v2 as a normal application (not in a viewpage or something like that) its working wonderfull. as i implemented the map v2 in a viewpage suddenly i had a few bugs i think. first of all the maptype is not the type which i set it in my code. I set for the type:
myMap.setMapType(GoogleMap.MAP_TYPE_HYBRID);.
But it displays the normal type (look at the screenshot by pepe at the top of his thread). the second thing is, that i enabled the compass and the myLocationButton but its not displayed too.
myMap.getUiSettings().setCompassEnabled(true); myMap.getUiSettings().setMyLocationButtonEnabled(true);
only the map with the ZoomControlsEnabled-Buttons are displayed. How can i fix that? someone an idea? thanks in advance