@krumio/geo-location

3.0.2 • Public • Published

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

Package Sidebar

Install

npm i @krumio/geo-location

Weekly Downloads

1

Version

3.0.2

License

Apache-2.0

Unpacked Size

16.1 kB

Total Files

9

Last publish

Collaborators

  • krumdevelopment
  • krumware