The default Compassis in the left corner of the Google V2 map. You just installed .setCompassEnabled(true).
myMap.getUiSettings().setCompassEnabled(true);
and the compass icon appears only if you rotate the map so as not to align it to the north.
source
share