An addin which replays a vehicle's past trip on a map.
NOTE: This addin is for demonstration and tutorial purposes only and should not be used in production environments.
Clone the repository:
git clone https://github.com/geotab/addin-mapreplay.git
The video accompanying this repository can be found on the corresponding Geotab Dev Channel tutorial.
This repo's commits are tagged (from 0 to 10), corresponding to separate milestones in development as outlined in the video above.
For example:
git checkout step-0
resets the repository to the initial state. Study the code, then go to the next step:
git checkout step-1
and so on...
Follow the addin development guides on my.geotab.com/sdk.
- Switched map tile URL to OpenStreetMap as MapQuest no longer supports anonymous tile access.