MapTile
public struct MapTile
Protobuf-encoded map tile data. 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.-
Inits
MapTile
with data.Declaration
Swift
public init(data: Data)
Parameters
data
Data
object with tile. More details are available on: https://developer.tomtom.com/map-display-api/documentation/vector/content#schema-data
-
The tile data.
Declaration
Swift
public let data: Data