tripkit-android / com.skedgo.tripkit.ui.tripresult / WaypointTask

WaypointTask

open class WaypointTask : SingleOnSubscribe<MutableList<TripGroup!>!>

https://redmine.buzzhives.com/projects/buzzhives/wiki/Routing_API#Trips-from-waypoint

Constructors

Name Summary
<init> WaypointTask(context: Context, configCreator:ConfigRepository, param:WayPointTaskParam!)

Properties

Name Summary
FORMAT_COORDINATES static val FORMAT_COORDINATES:String
KEY_CONFIG static val KEY_CONFIG:String
KEY_END static val KEY_END:String
KEY_END_TIME static val KEY_END_TIME:String
KEY_MODES static val KEY_MODES:String
KEY_OPERATOR static val KEY_OPERATOR:String
KEY_REGION static val KEY_REGION:String
KEY_SEGMENTS static val KEY_SEGMENTS:String
KEY_SERVICE_TRIP_ID static val KEY_SERVICE_TRIP_ID:String
KEY_START static val KEY_START:String
KEY_START_TIME static val KEY_START_TIME:String

Functions

Name Summary
subscribe open fun subscribe(singleSubscriber: SingleEmitter<MutableList<TripGroup!>!>):Unit