MapTileOptions

public struct MapTileOptions

Describes options to request map tiles for given zoom and coordinate.

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.

Lifecycle

  • MapTileOptions

    Declaration

    Swift

    public init(level: Int, point: CGPoint)

    Parameters

    level

    Zoom level

    point

    Horizontal and vertical coordinate

Public

  • Zoom level.

    Declaration

    Swift

    public let level: Int
  • Horizontal and vertical coordinate.

    Declaration

    Swift

    public let point: CGPoint