g

geolib-location

Android helper libraries for geolocation, places, markering and animating polyline.
https://github.com/utsmannn/geolib
Apache License
Muhammad Utsman
Files download
File Operation
geolib-location-2.5.6.pom download
geolib-location-2.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.utsmannn</groupId>
  <artifactId>geolib-location</artifactId>
  <version>2.5.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.utsmannn:geolib-location:2.5.6'
Gradle Kotlin
implementation("io.github.utsmannn:geolib-location:2.5.6")
Scala SBT
libraryDependencies += "io.github.utsmannn" % "geolib-location" % "2.5.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.utsmannn', module='geolib-location', version='2.5.6')
)
Apache Ivy
<dependency org="io.github.utsmannn" name="geolib-location" rev="2.5.6" />
Leiningen
[io.github.utsmannn/geolib-location "2.5.6"]
Apache Buildr
'io.github.utsmannn:geolib-location:jar:2.5.6'