Type Aliases

The following type aliases are available globally.

  • An alias for UInt8. Used to indicate that the variable is holding a zoom value.

    Notice that Zoom shoul have only values between 0 and 19.

    See also

    TileCoords

    Declaration

    Swift

    public typealias Zoom = UInt8
  • Tile number in a map.

    See also

    TileCoords

    Declaration

    Swift

    public typealias TileNumber = UInt64