Skip to content

An element to perform geocoding and reverse geocoding using the Google maps API.

License

Notifications You must be signed in to change notification settings

jifalops/geo-codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An element to perform geocoding and reverse geocoding using the Google maps API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages