Skip to content

the-losers/mapbox-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {

	        implementation 'com.github.the-losers.mapbox-navigation:mapbox-android-navigation:v1.0.1'
		implementation 'com.github.the-losers.mapbox-navigation:mapbox-android-navigation-ui:v1.0.1'
		
}