3.0.2 • Published 5 years ago

@krumio/geo-location v3.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

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