https://github.com/kcreate/google-distance
google-distance is a small Polymer-element written in Javascript that allows the user to input any address or location into the two textfields. It then sends a request to the google maps javascript api and displays the duration and distance inside the element.
https://github.com/kcreate/google-distance
Last synced: 3 months ago
JSON representation
google-distance is a small Polymer-element written in Javascript that allows the user to input any address or location into the two textfields. It then sends a request to the google maps javascript api and displays the duration and distance inside the element.
- Host: GitHub
- URL: https://github.com/kcreate/google-distance
- Owner: KCreate
- Created: 2015-11-21T17:22:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T17:50:41.000Z (over 10 years ago)
- Last Synced: 2025-03-29T11:52:51.413Z (12 months ago)
- Language: HTML
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-distance
google-distance is a small Polymer-element written in Javascript that allows the user to input any address or location into the two textfields. It then sends a request to the google maps javascript api and displays the duration and distance inside the element. The developer needs to set the api-key as an attribute.
More documentation on the demo page
[Demo](http://leonardschuetz.ch/storage/stuff/polymer/google-distance/)
