https://github.com/naritapandhe/googlemaps
This is a simple application that makes use of the Google Maps API to find directions to some of your favorite routes. Some of the favorite routes are: Route to office, Route to Starbucks and Restaurants near the office
https://github.com/naritapandhe/googlemaps
Last synced: 3 months ago
JSON representation
This is a simple application that makes use of the Google Maps API to find directions to some of your favorite routes. Some of the favorite routes are: Route to office, Route to Starbucks and Restaurants near the office
- Host: GitHub
- URL: https://github.com/naritapandhe/googlemaps
- Owner: naritapandhe
- Created: 2016-01-20T00:17:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T02:13:36.000Z (about 9 years ago)
- Last Synced: 2025-01-08T06:33:23.109Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- This is a simple application that makes use of the Google Maps API to find directions to some of my favorite routes.
- Some of the favorite routes are:
1. Route to office
2. Route to Starbucks near the office
3. Route to one of my favorite restaurantsAll these routes have the start location as that of my home.
- The idea was, since everytime, I have to lookup these routes on maps.google.com, before I leave, and these URLs are way too long to remember, I created shortened URLs using bitly.
- Using this application, I can add more favorites, so that I can have all my shortened URLs at one place. The app also displays the history of my routes.
- You can view a demo of the application at: http://bit.ly/maps27
- Github link for the code: https://github.com/naritapandhe/GoogleMaps- I have not made the use of direct bitly libraries for Javascript, instead made calls using AJAX Get only.