How to add direction indicator in google map v2 in android -


enter image description here

i want add direction indicator in map, coode enable indicator, not displayed yet.

uisettings muisettings = mmap.getuisettings(); muisettings.setcompassenabled(true); 

though enable compass in settings, direction compass visible after change bearing of map default. if have enabled touch gestures, can rotate map fingers changed bearing , start seeing compass


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -