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
fun Journey(    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
val connectionPathOptions: MPIOptions.Path? = null

Path Options for map to map vertical paths.

Link copied to clipboard
val connectionTemplateString: String? = null

Custom navigation markers

Link copied to clipboard
val departureMarkerTemplateString: String? = null

Custom departure marker

Link copied to clipboard
val destinationMarkerTemplateString: String? = null

Custom destination marker

Link copied to clipboard
val inactivePathOptions: MPIOptions.Path? = null

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

Link copied to clipboard
val pathOptions: MPIOptions.Path? = null

Custom path to be drawn

Link copied to clipboard
val polygonHighlightColor: String?

Highlighted color of polygons when it is selected