项目作者: sygic-travel

项目描述 :
SDK for Sygic Travel B2B APIs.
高级语言: Kotlin
项目地址: git://github.com/sygic-travel/android-sdk.git
创建时间: 2017-03-10T14:01:47Z
项目社区:https://github.com/sygic-travel/android-sdk

开源协议:MIT License

下载


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:

  1. repositories {
  2. jcenter()
  3. }
  4. dependencies {
  5. implementation 'com.sygic.travel:sdk:3.0.1'
  6. }

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.