GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.directions.facades / DirectionsFacade

DirectionsFacade

class DirectionsFacade

Directions facade calls the API for the real navigation polyline and time & distance calculations.

Functions

Name Summary
getDirection fun getDirection(request:DirectionsQuery):DirectionResponse?
Queries the API for full directions. Reuses already cached directions.
getDirections fun getDirections(requests:List<DirectionsQuery>):List<DirectionResponse?>
Queries the API for full directions. Reuses already cached directions.