3

enter image description here

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);
Hiren Patel
  • 52,124
  • 21
  • 173
  • 151
  • - can You help me with this question https://stackoverflow.com/questions/29962588/how-to-move-existing-the-markers-from-one-position-to-another-with-animation?noredirect=1&lq=1 U got something regarding this? I need this type of features Please Help me – Kevan Aghera Apr 02 '18 at 11:38

1 Answers1

3

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

tony m
  • 4,769
  • 1
  • 21
  • 28