Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

sygic-travel/android-sdk

Repository files navigation

Sygic Travel Android SDK

Build Status Minimal API version level 15

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.

Installation

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.

Available Modules

  • 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

Documentation

License

This SDK is available under the MIT License.