GitHub / syedahmedjamil / basic-mapbox-geofence-kotlin
Basic geofence sample using Mapbox kotlin. Tap on the map to add destination and start tracking. App displays a toast message when reached destination.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Kotlin
Size: 17.5 MB
Dependencies parsed at:
8
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: android, geofence, kotlin, location-tracking, mapbox
app/build.gradle
maven
- androidx.appcompat:appcompat 1.4.2 implementation
- androidx.constraintlayout:constraintlayout 2.1.4 implementation
- androidx.core:core-ktx 1.7.0 implementation
- com.google.android.gms:play-services-location 19.0.1 implementation
- com.google.android.material:material 1.6.1 implementation
- com.mapbox.mapboxsdk:mapbox-sdk-turf 6.4.0 implementation
- com.mapbox.maps:android 10.5.0 implementation
- junit:junit 4.13.2 testImplementation
build.gradle
maven