Journey

data class Journey @JvmOverloads constructor(    val connectionTemplateString: String? = null,     val destinationMarkerTemplateString: String? = null,     val departureMarkerTemplateString: String? = null,     val pathOptions: MPIOptions.Path? = null,     val polygonHighlightColor: String? = null)

Journey holds the properties of journey when drawing jouney

Constructors

Link copied to clipboard
fun Journey(    connectionTemplateString: String? = null,     destinationMarkerTemplateString: String? = null,     departureMarkerTemplateString: String? = null,     pathOptions: MPIOptions.Path? = null,     polygonHighlightColor: String? = null)

Properties

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 pathOptions: MPIOptions.Path? = null

Custom path to be drawn

Link copied to clipboard
val polygonHighlightColor: String? = null

Highlighted color of polygons when it is selected