https://github.com/iepathos/driveme
Drives you through a route using google maps street view.
https://github.com/iepathos/driveme
Last synced: 8 months ago
JSON representation
Drives you through a route using google maps street view.
- Host: GitHub
- URL: https://github.com/iepathos/driveme
- Owner: iepathos
- Created: 2015-01-08T23:33:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T23:32:59.000Z (over 11 years ago)
- Last Synced: 2024-04-19T15:22:22.181Z (about 2 years ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drive Me
Uses Google Maps to automatically drive you through the street view of a specified route.
# How to Setup and Run Dev Server
# Project Tech
## Backend
- Python
- Flask
- Git
## Frontend
- Bower
- JQuery
- Bootstrap3
## External Dependencies
- Google Maps API
## Rough Project Outline
- user enters route directions, from and to
- [DirectionsRoutes.overview_path](https://developers.google.com/maps/documentation/javascript/directions) will provide us with the array of coordinates along route
- compile list of streetview map links to list of latitude and longitude coordinates
- add timer to progress through list of image links
- add pause and play
- add rewind, fast forward and speed control faster and slower