sygic-travel / android-sdk

SDK for Sygic Travel B2B APIs.

Home Page:https://travel.sygic.com/b2b

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SDK for Sygic Travel B2B APIs.

https://travel.sygic.com/b2b

License:MIT License


Languages

Language:Kotlin 100.0%