Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.57 KB

README.md

File metadata and controls

71 lines (60 loc) · 2.57 KB

Published on Vaadin  Directory Stars on vaadin.com/directory Published on webcomponents.org

geo-codec

Easily geocode and reverse geocode strings and coordinates.

Installation

bower i -S geo-codec        # Polymer 2.0 hybrid (1.x compatible)
bower i -S geo-codec#^1.1.2 # Polymer 1.x based

Usage

You will need your own Google Maps API key to use this element. See the demo.

Demo

<geo-codec id="codec" api-key="AIzaSyAUPOaJubJnaRTPUd_xX8MOA62gRtSlfCc"></geo-codec>
<input id="search" /><button onclick="runDemo()">Search</button>
<div id="return"></div>
<div id="results"></div>

Full demo: webcomponents.org | github.

API: webcomponents.org | github.

Contributing

  1. Fork it on Github.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT