Package-level declarations

Shared helpers and small data types used across map display modules, such as thread verification, view utilities, JSON merging, width-by-zoom mapping, and primitive identifiers. This package also defines core APIs like TomTomMap.

Types

Link copied to clipboard
data class WidthByZoom(val width: Double, val zoom: Double = DEFAULT_ZOOM_LEVEL)

Represents a pair of width for the given zoom level.