|
describeContents
|
open fun describeContents(): Int |
|
getDistance
|
open fun getDistance(): Info |
|
getDuration
|
open fun getDuration(): Info |
|
getEndLocation
|
open fun getEndLocation(): Coordination |
|
getHtmlInstruction
|
open fun getHtmlInstruction(): String |
|
getManeuver
|
open fun getManeuver(): String |
|
getPolyline
|
open fun getPolyline(): RoutePolyline |
|
getStartLocation
|
open fun getStartLocation(): Coordination |
|
getStepList
|
open fun getStepList(): MutableList<Step> |
|
getTransitDetail
|
open fun getTransitDetail(): TransitDetail |
|
getTravelMode
|
open fun getTravelMode(): String |
|
isContainStepList
|
open fun isContainStepList(): Boolean |
|
setDistance
|
open fun setDistance(distance: Info): Unit |
|
setDuration
|
open fun setDuration(duration: Info): Unit |
|
setEndLocation
|
open fun setEndLocation(endLocation: Coordination): Unit |
|
setHtmlInstruction
|
open fun setHtmlInstruction(htmlInstruction: String): Unit |
|
setManeuver
|
open fun setManeuver(maneuver: String): Unit |
|
setPolyline
|
open fun setPolyline(polyline: RoutePolyline): Unit |
|
setStartLocation
|
open fun setStartLocation(startLocation: Coordination): Unit |
|
setStepList
|
open fun setStepList(stepList: MutableList<Step>): Unit |
|
setTransitDetail
|
open fun setTransitDetail(transitDetail: TransitDetail): Unit |
|
setTravelMode
|
open fun setTravelMode(travelMode: String): Unit |
|
writeToParcel
|
open fun writeToParcel(dest: Parcel, flags: Int): Unit |