RouteCalloutUiState
class 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.
onClick
represents callback of clicking on the related view.