Sygic Travel Android SDK is a framework for embedding a rich set of Sygic Travel data within your application. It gives you an access to millions of places covering the whole world.
Add jCenter repository and dependency to your application's build.gradle
file:
repositories {
jcenter()
}
dependencies {
implementation 'com.sygic.travel:sdk:3.0.1'
}
Development builds may be obtained from JitPack.
- PlacesFacade - places retrieval & searching
- ToursFacade - tours retrieval & searching
- DirectionsFacade - calculating directions between places
- AuthFacade - managing an user session
- FavoritesFacade - user's favorite management
- TripsFacade - user's trips management
- SynchronizationFacade - user's data synchronization
This SDK is available under the MIT License.