Web component element for the Geolocation API
[ This description is mirrored from README.md at github.com/ebidel/geo-location on 2019-05-22 ]
<geo-location>
Geolocation API Polymer web component.
Example to get the device geolocation values:
<geo-location latitude="{{latitude}}" longitude="{{longitude}}"></geo-location>
<ul>
<li>Latitude: [[latitude]]</li>
<li>Longitude: [[longitude]]</li>
</ul>
Install
Framework Support
Browser Compatibility
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 2.0.2
Dependencies
- polymer#Polymer/polymer#1.9 - 2