Reputation: 17671
Id like to use the blue compass needle we all know from the Gmaps app.
Upvotes: 1
Views: 2046
Reputation: 1006674
Is there a widget available I just have to turn on?
Add MyLocationOverlay
to your map, and call enableCompass()
in onResume()
and disableCompass()
in onPause()
. Here is a project demonstrating this.
Upvotes: 2