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.

Lifecycle

  • Inits MapTile with data.

    Declaration

    Swift

    public init(data: Data)

Public

  • The tile data.

    Declaration

    Swift

    public let data: Data