open class Leg
Created by Akexorcist on 11/29/15 AD.
Leg()
Created by Akexorcist on 11/29/15 AD. |
open fun getArrivalTime(): TimeInfo |
|
open fun getDepartureTime(): TimeInfo |
|
open fun getDirectionPoint(): ArrayList<LatLng> |
|
open fun getDistance(): Info |
|
open fun getDuration(): Info |
|
open fun getDurationInTraffic(): Info |
|
open fun getEndAddress(): String |
|
open fun getEndLocation(): Coordination |
|
open fun getSectionPoint(): ArrayList<LatLng> |
|
open fun getStartAddress(): String |
|
open fun getStartLocation(): Coordination |
|
open fun getStepList(): MutableList<Step> |
|
open fun getViaWaypointList(): MutableList<Waypoint> |
|
open fun setArrivalTime(arrivalTime: TimeInfo): Unit |
|
open fun setDepartureTime(departureTime: TimeInfo): Unit |
|
open fun setDistance(distance: Info): Unit |
|
open fun setDuration(duration: Info): Unit |
|
open fun setDurationInTraffic(durationInTraffic: Info): Unit |
|
open fun setEndAddress(endAddress: String): Unit |
|
open fun setEndLocation(endLocation: Coordination): Unit |
|
open fun setStartAddress(startAddress: String): Unit |
|
open fun setStartLocation(startLocation: Coordination): Unit |
|
open fun setStepList(stepList: MutableList<Step>): Unit |
|
open fun setViaWaypointList(viaWaypointList: MutableList<Waypoint>): Unit |