🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

io.github.utsmannn:geolib-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
g

io.github.utsmannn:geolib-core

Android helper libraries for geolocation, places, markering and animating polyline.

2.5.5
Error loading scores
Version published
Maintainers
1
Issues
0

Geolib

License License Pull request Fcm docs Twitter Github

Android helper libraries for geolocation, places, markering and animating polyline.
Build for modern architecture with Kotlin and Coroutine

Documentation libraries

Check docs on wiki https://github.com/utsmannn/geolib/wiki
Sample https://github.com/utsmannn/geolib-app-samples

Latest Version on Maven Central

License

Artifact libraries

Screenshot

Get locationSearch location
RoutePolyline-utils
Curve polyline modeAll draw mode

Prerequisite

HERE Api

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

Google dependencies

// 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'

All dependencies

ext.geolib_version = "2.5.6"

// location
implementation "io.github.utsmannn:geolib-location:$geolib_version"

// routes
implementation "io.github.utsmannn:geolib-routes:$geolib_version"

// polyline utils
implementation "io.github.utsmannn:geolib-polyline:$geolib_version"

// google maps marker utils
implementation "io.github.utsmannn:geolib-marker:$geolib_version"

License

Copyright 2021 Muhammad Utsman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

FAQs

Package last updated on 25 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts