sdk-maps / com.tomtom.online.sdk.map / TrafficIncidentsBalloonViewAdapter / TrafficRoadCoverageFormatter

TrafficRoadCoverageFormatter

open class TrafficRoadCoverageFormatter : AndroidStringFormatter<Optional<String!>!>

Formatter for traffic incident coverage flow param.

Properties

FULL

static val FULL: String

Server representation of two side road traffic coverage.

ONE_SIDE

static val ONE_SIDE: String

Server representation of one side road traffic coverage.

Functions

format

open fun format(coverage: Optional<String!>): String!

getContext

open fun getContext(): Context