Android Maps V2: how to remove north indicator -


i'm new maps v2... know how remove north indicator view of google map.

this one: enter image description here

you can turn off using the

uisettings.setcompassenabled(false); 

take @ api

https://developers.google.com/maps/documentation/android/reference/com/google/android/gms/maps/uisettings


Comments