MapTileDataProviding

public protocol MapTileDataProviding : AnyObject

TomTomMap tile provider interface for map display.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Gets tile data corresponding to the provided tile options.

    Declaration

    Swift

    func getTile(tileOptions: MapTileOptions) -> MapTile?

    Parameters

    tileOptions

    Describe position and zoom level of the tile.

    Return Value

    TomTomMap tile data.