Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
struct BytesSequence : Sequence
-
Undocumented
See moreDeclaration
Swift
public struct MapCacheConfig
-
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.
Declaration
Swift
public struct TileRange : Sequence
-
Undocumented
See moreDeclaration
Swift
public struct TileRangeIterator : IteratorProtocol
-
It strictly stores z1 and z2, and the rest of the range is built upon request
See moreDeclaration
Swift
public struct ZoomRange : Sequence
-
Iterator that allows the use of ZoomRange in a for loop
See moreDeclaration
Swift
public struct ZoomRangeIterator : IteratorProtocol