googleDirectionLibrary / com.akexorcist.googledirection.model / Leg

Leg

open class Leg

Created by Akexorcist on 11/29/15 AD.

Constructors

<init>

Leg()

Created by Akexorcist on 11/29/15 AD.

Functions

getArrivalTime

open fun getArrivalTime(): TimeInfo

getDepartureTime

open fun getDepartureTime(): TimeInfo

getDirectionPoint

open fun getDirectionPoint(): ArrayList<LatLng>

getDistance

open fun getDistance(): Info

getDuration

open fun getDuration(): Info

getDurationInTraffic

open fun getDurationInTraffic(): Info

getEndAddress

open fun getEndAddress(): String

getEndLocation

open fun getEndLocation(): Coordination

getSectionPoint

open fun getSectionPoint(): ArrayList<LatLng>

getStartAddress

open fun getStartAddress(): String

getStartLocation

open fun getStartLocation(): Coordination

getStepList

open fun getStepList(): MutableList<Step>

getViaWaypointList

open fun getViaWaypointList(): MutableList<Waypoint>

setArrivalTime

open fun setArrivalTime(arrivalTime: TimeInfo): Unit

setDepartureTime

open fun setDepartureTime(departureTime: TimeInfo): Unit

setDistance

open fun setDistance(distance: Info): Unit

setDuration

open fun setDuration(duration: Info): Unit

setDurationInTraffic

open fun setDurationInTraffic(durationInTraffic: Info): Unit

setEndAddress

open fun setEndAddress(endAddress: String): Unit

setEndLocation

open fun setEndLocation(endLocation: Coordination): Unit

setStartAddress

open fun setStartAddress(startAddress: String): Unit

setStartLocation

open fun setStartLocation(startLocation: Coordination): Unit

setStepList

open fun setStepList(stepList: MutableList<Step>): Unit

setViaWaypointList

open fun setViaWaypointList(viaWaypointList: MutableList<Waypoint>): Unit