Project Description:
We want help to develop a mobile web application using google maps api.
Simple app-like design for example like:
http://www.the-m-project.org/apps/todos2/index.html
and menues like:
http://code.google.com/intl/sv/apis/gears/articles/running_man.html
Head menu:
1. Open map - opens map-image described below
2. About - opens an information page about the map function
Map-functions:
Use Google Maps JavaScript API v3
Ask for current position and put a custom marker at current position. Update position continously.
Add a line for last two minutes of movement.
Add current speed (awerage off last ~10 seconds).
Add a arrow pointing in current position (use direction of last ~10 seconds of movement if not possible to use compass).
Add possibility to store current position in server data base.
Code delivered with comments.