Structures

The following structures are available globally.

  • Log

    Undocumented

    See more

    Declaration

    Swift

    struct Log
  • For a particular zoom level, defines a range of tiles It can be iterated in a for loop. It will get the TileCoord

    The following conditions shall always be true

    minTileX <= maxTileX
    minTileY <= maxTileY
    

    Todo

    • There are no validations for the conditions above.
    • There are not validations for the min and max values.
    See more

    Declaration

    Swift

    public struct TileRange : Sequence
  • It strictly stores z1 and z2, and the rest of the range is built upon request

    See more

    Declaration

    Swift

    public struct ZoomRange : Sequence