l

library

This Geocoder has similar API to android.location.Geocoder, but is device-independent and offers richer Address object.
https://github.com/Doctoror/Geocoder
The Apache Software License, Version 2.0
Yaroslav Mytkalyk
Files download
File Operation
library-1.3.0.pom download
library-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.doctoror.geocoder</groupId>
  <artifactId>library</artifactId>
  <version>1.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.doctoror.geocoder:library:1.3.0'
Gradle Kotlin
implementation("com.github.doctoror.geocoder:library:1.3.0")
Scala SBT
libraryDependencies += "com.github.doctoror.geocoder" % "library" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.doctoror.geocoder', module='library', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.doctoror.geocoder" name="library" rev="1.3.0" />
Leiningen
[com.github.doctoror.geocoder/library "1.3.0"]
Apache Buildr
'com.github.doctoror.geocoder:library:jar:1.3.0'