RouteCalloutUiState

Represents the state of a route callout view.

Parameters

callout

represents related data.

layerId

represents the layer on the map which is used for the corresponding route line, may be empty.

isFastest

a flag showing that related route is the fastest one.

isSuggested

a flag showing that related route is the suggested by navigation engine as the most optimal.

isBest

a flag showing that related route is only one route returned by navigation engine.

hasTollRoad

a flag showing that related route has toll road along the way.

isEcoRoute

represents whether a route is the most effective in terms of energy consumption.

onClick

represents callback of clicking on the related view.

Properties

Link copied to clipboard
val callout: RouteCallout
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onClick: () -> Unit

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String