An open API service indexing awesome lists of open source software.

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.

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