Geo Location Save

Web component element for the Geolocation API

Project README

Published on webcomponents.org

<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>
Open Source Agenda is not affiliated with "Geo Location" Project. README Source: ebidel/geo-location

Open Source Agenda Badge

Open Source Agenda Rating