@krumio/geo-location
v3.0.2
Published
Geolocation API Polymer web component
Downloads
1
Readme
Attn!
This was generated with Modulizer and may be broken
<geo-location>
Original Polymer 2 element: https://github.com/ebidel/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>
Command that was run with Modulizer:
modulizer --out . --import-style name
Command to publish:
npm publish --access public