Skip to content

MohtashamVahid/MapRouting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#MapRouting simple way to rout to point

usage

add this cod to project and init params

In Android Studio, this line ti app\build.gradle file:

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

In Android Studio, this line ti app\build.gradle file:

 
dependencies {
   compile 'com.github.gholamfarkhani:MapRouting:1.5.0'
}

sample code for use

 
new MapDirection.Builder()
 .setOriginPoint(new LatLng(36.334068, 59.546783))
 .setDestinationPoint(new LatLng(36.337592, 59.469463))
 .setGoogleMap(mMap)
 .build();

good luck

ScreenShots

Minion

About

simple way to rout tow point

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages