M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
66 stars 21 forks source link

Add navigation overlay #199

Closed M4rtinK closed 6 years ago

M4rtinK commented 7 years ago

Add navigation overlay, on top of the map screen & hide compass when navigation overlay is active.

The overlay should certainly display:

Other optional data that could be displayed on the overlay:

For now lets just show the primary information on the overlay.

Data on the overlay can react to landscape and portrait changes like some modRana pages already do:

Clicking the overlay should probably show a page listing all route events & additional options (reroute, clear, etc.). It could also host the addition information about the route.

Enabling and disabling the navigation mode - with simple routing:

With advanced routing (once implemented) the navigation mode would be offered to the user once a route is found.

M4rtinK commented 6 years ago

So this should be now implemented in modRana, covering most of the points mentioned above.