TKUIMapTiles

public protocol TKUIMapTiles

Tiles that can be used on a TKUIMapManager

  • id

    Unique identifier for this set of tiles

    Declaration

    Swift

    var id: String { get }
  • A list of URL templates to fetch the tiles. Can be multiple to not hit a single server with too many requests in parallel.

    Declaration

    Swift

    var urlTemplates: [String] { get }
  • Attributions to have to be displayed whenever the tiles are displayed

    Declaration

    Swift

    var sources: [TKAPI.DataAttribution] { get }