geo-location

WebJar for geo-location

License

License

Categories

Categories

IDE Development Tools Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.webjars.bowergithub.ebidel
ArtifactId

ArtifactId

geo-location
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

geo-location
WebJar for geo-location
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/ebidel/geo-location

Download geo-location

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.ebidel/geo-location/ -->
<dependency>
    <groupId>org.webjars.bowergithub.ebidel</groupId>
    <artifactId>geo-location</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.ebidel/geo-location/
implementation 'org.webjars.bowergithub.ebidel:geo-location:2.0.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.ebidel/geo-location/
implementation ("org.webjars.bowergithub.ebidel:geo-location:2.0.2")
'org.webjars.bowergithub.ebidel:geo-location:jar:2.0.2'
<dependency org="org.webjars.bowergithub.ebidel" name="geo-location" rev="2.0.2">
  <artifact name="geo-location" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.ebidel', module='geo-location', version='2.0.2')
)
libraryDependencies += "org.webjars.bowergithub.ebidel" % "geo-location" % "2.0.2"
[org.webjars.bowergithub.ebidel/geo-location "2.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [1.9.0,3)

Project Modules

There are no modules declared in this project.

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>

Versions

Version
2.0.2
1.0.6