Tile

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val data: ByteArray
Link copied to clipboard
val tileOptions: TileOptions