• Initializes a TileRegionLoadOptions, required for TileStore.loadTileRegion(forId:loadOptions:)

    averageBytesPerSecond is not a strict bandwidth limit, but only limits the average download speed. Tile regions may be temporarily downloaded with higher speed, then downloading will pause until the rolling average has dropped below this value.

    If metadata is not a valid JSON object, then this initializer returns nil.

  • Limits the download speed of the tile region.

    Note that this is not a strict bandwidth limit, but only limits the average download speed. Tile regions may be temporarily downloaded with higher speed, then downloading will pause until the rolling average has dropped below this value.

    If unspecified, the download speed will not be restricted.

  • The geometry supported by these options.