Journey

@Serializable
data class Journey @JvmOverloads constructor(    val connectionPathOptions: MPIOptions.Path? = null,     val connectionTemplateString: String? = null,     val destinationMarkerTemplateString: String? = null,     val departureMarkerTemplateString: String? = null,     val pathOptions: MPIOptions.Path? = null,     val polygonHighlightColor: String? = "#ff834c",     val inactivePathOptions: MPIOptions.Path? = null)

Journey holds the properties of journey when drawing jouney

Constructors

Link copied to clipboard
constructor(    connectionPathOptions: MPIOptions.Path? = null,     connectionTemplateString: String? = null,     destinationMarkerTemplateString: String? = null,     departureMarkerTemplateString: String? = null,     pathOptions: MPIOptions.Path? = null,     polygonHighlightColor: String? = "#ff834c",     inactivePathOptions: MPIOptions.Path? = null)

Properties

Link copied to clipboard

Path Options for map to map vertical paths.

Link copied to clipboard

Custom navigation markers

Link copied to clipboard

Custom departure marker

Link copied to clipboard

Custom destination marker

Link copied to clipboard

Path Options for the non-current path in multi-destination mode.

Link copied to clipboard

Custom path to be drawn

Link copied to clipboard

Highlighted color of polygons when it is selected