open class PathOption
A bunch of parameters for convert the step to polyline options.
Since
1.2.0
PathOption()
A bunch of parameters for convert the step to polyline options. |
open fun getColor(): Int |
|
open fun getEndCap(): Cap |
|
open fun getJointType(): Int |
|
open fun getLocationList(): ArrayList<LatLng> |
|
open fun getPatternItemList(): MutableList<PatternItem> |
|
open fun getStartCap(): Cap |
|
open fun getWidth(): Int |
|
open fun isClickable(): Boolean |
|
open fun setClickable(clickable: Boolean): PathOption |
|
open fun setColor(color: Int): PathOption |
|
open fun setEndCap(endCap: Cap): PathOption |
|
open fun setJointType(jointType: Int): PathOption |
|
open fun setLocationList(locationList: ArrayList<LatLng>): PathOption |
|
open fun setPatternItemList(patternItemList: MutableList<PatternItem>): PathOption |
|
open fun setStartCap(startCap: Cap): PathOption |
|
open fun setWidth(width: Int): PathOption |