Skip to main content

Installation

This repository deploy with Jitpack. Required Google Play Services, Here Maps REST Api and Kotlin Coroutine.

Prequisite#

Dependencies#

// Kotlin coroutine
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2-native-mt'
// Google maps if needed
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.maps.android:android-maps-utils:0.5'
implementation 'com.google.maps.android:maps-ktx:2.1.1'
// Google play location
implementation 'com.google.android.gms:play-services-location:17.1.0'

JFrog Repository#

allprojects {
repositories {
// add this url
maven { url 'https://utsmannn.jfrog.io/artifactory/android' }
}
}

Here maps API Key#

You need HERE Api, open https://developer.here.com/. Create new account or login and create REST api key.


Download#

implementation 'com.utsman.geolib:location:{last_version}'