Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 664 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 664 Bytes

CompassLibrary

An Android library containing a "Compass Activity" taken from c:geo project.

Usage

After you imported the library, you can start the compass Activity like that:

CompassActivity.startActivity(this, new Geopoint(currentPoint.getLocation()), currentPoint.getName());

If you want to use CompassActivity with ActionBarSherlock or something like that you can copy CompassActivity on your project and extend the right class.

Compass Screenshot

Thanks

Thank you to the c:geo team.

License

Apache 2 see LICENSE