MapTileOptions

public struct MapTileOptions

TomTomMap tile options.

Detailed explanation of values can be found on: https://developer.tomtom.com/map-display-api/documentation/zoom-levels-and-tile-grid

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Zoom level.

    Declaration

    Swift

    public let level: Int
  • x

    Horizontal coordinate.

    Declaration

    Swift

    public let x: Int
  • y

    Vertical coordinate.

    Declaration

    Swift

    public let y: Int