License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.doctoror.geocoder |
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionGeocoder
This Geocoder has similar API to android.location.Geocoder, but is device-independent and offers richer Address object.
|
Filename | Size |
---|---|
library-1.3.0.pom | |
library-1.3.0.aar | 21 KB |
library-1.3.0-sources.jar | 14 KB |
library-1.3.0-javadoc.jar | 59 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-annotations | jar | 25.4.0 |