googleDirectionLibrary / com.akexorcist.googledirection.util / DirectionConverter / PathOption

PathOption

open class PathOption

A bunch of parameters for convert the step to polyline options.

Since
1.2.0

Constructors

<init>

PathOption()

A bunch of parameters for convert the step to polyline options.

Functions

getColor

open fun getColor(): Int

getEndCap

open fun getEndCap(): Cap

getJointType

open fun getJointType(): Int

getLocationList

open fun getLocationList(): ArrayList<LatLng>

getPatternItemList

open fun getPatternItemList(): MutableList<PatternItem>

getStartCap

open fun getStartCap(): Cap

getWidth

open fun getWidth(): Int

isClickable

open fun isClickable(): Boolean

setClickable

open fun setClickable(clickable: Boolean): PathOption

setColor

open fun setColor(color: Int): PathOption

setEndCap

open fun setEndCap(endCap: Cap): PathOption

setJointType

open fun setJointType(jointType: Int): PathOption

setLocationList

open fun setLocationList(locationList: ArrayList<LatLng>): PathOption

setPatternItemList

open fun setPatternItemList(patternItemList: MutableList<PatternItem>): PathOption

setStartCap

open fun setStartCap(startCap: Cap): PathOption

setWidth

open fun setWidth(width: Int): PathOption