OneWorld
OneWorld

Reputation: 17671

Compass widget for MapActivity (Android)

Id like to use the blue compass needle we all know from the Gmaps app.

Upvotes: 1

Views: 2046

Answers (1)

CommonsWare
CommonsWare

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

Related Questions