is not current version
Last Version 1.3.0

com.github.doctoror.geocoder:library 1.0.0

This Geocoder has similar API to android.location.Geocoder, but is device-independent implementation and offers more rich Address object.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.doctoror.geocoder
ArtifactId

ArtifactId

library
Version

Version

1.0.0
Type

Type

aar

Download library 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.doctoror.geocoder/library/ -->
<dependency>
    <groupId>com.github.doctoror.geocoder</groupId>
    <artifactId>library</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.doctoror.geocoder/library/
implementation 'com.github.doctoror.geocoder:library:1.0.0'
// https://jarcasting.com/artifacts/com.github.doctoror.geocoder/library/
implementation ("com.github.doctoror.geocoder:library:1.0.0")
'com.github.doctoror.geocoder:library:aar:1.0.0'
<dependency org="com.github.doctoror.geocoder" name="library" rev="1.0.0">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.doctoror.geocoder', module='library', version='1.0.0')
)
libraryDependencies += "com.github.doctoror.geocoder" % "library" % "1.0.0"
[com.github.doctoror.geocoder/library "1.0.0"]