I want to add this direction indicator in my map, this is my coode for enable this indicator, but it not displayed yet.
UiSettings mUiSettings = mMap.getUiSettings();
mUiSettings.setCompassEnabled(true);
I want to add this direction indicator in my map, this is my coode for enable this indicator, but it not displayed yet.
UiSettings mUiSettings = mMap.getUiSettings();
mUiSettings.setCompassEnabled(true);
Though you enable compass in settings, the direction compass will be visible only after you change the bearing of the map from the default. So if you have enabled touch gestures, then you can rotate the map with your fingers to changed the bearing and you will start seeing the compass