Add-on for Locus Map (Android) application, focused on visualization of selected points in the phone camera view.
Add-on is partially independent on Locus Map application, but not entirely.
- handling (open, display, update data) is made over Locus API
- open is anyway hardcoded directly in Locus Map, not over API (over API currently not exists function "give me all visible points")
- more stable sensors, fixing some orientation troubles on some devices
- display of track(s) also in AR view
- handle received data also over plain intent from other apps
- remove "hardcoded" part from Locus Map and extends Locus API to offer also full list of visible points
Add-on use global gradle parameters defined for a whole project.
Available at: Google Play Inspiration: Mixare project