Package com.tomtom.sdk.common.tiledataprovider

Types

Link copied to clipboard
class Tile(val data: ByteArray, val tileOptions: TileOptions)

The format of the tile data is formally described using the protobuf schema available on: https://developer.tomtom.com/map-display-api/documentation/vector/content#schema-data

Link copied to clipboard
interface TileDataProvider : Parcelable, Disposable

Tile provider interface for map display.

Link copied to clipboard
data class TileOptions(    val zoomLevel: Int,     val x: Int,     val y: Int)

Tile options.