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
MapTilewith data.Declaration
Swift
public init(data: Data)Parameters
dataDataobject 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
TomTom SDK for iOS (0.40.0)
MapTile