Geocoder

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

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.doctoror.geocoder
ArtifactId

ArtifactId

library
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

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

Download library

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-annotations jar 25.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1
1.0.0