PredictiveCacheMapsOptions
public struct PredictiveCacheMapsOptions
Specifies predictive cache Maps related options.
-
Location configuration for visual map predictive caching
Declaration
Swift
public var locationOptions: PredictiveCacheLocationOptions
-
Maxiumum amount of concurrent requests, which will be used for caching.
Defaults to 2 concurrent requests.
Declaration
Swift
public var maximumConcurrentRequests: UInt32
-
Closed range zoom level for the tile package.. See
TilesetDescriptorOptionsForTilesets.minZoom
andTilesetDescriptorOptionsForTilesets.maxZoom
.Defaults to 0..16.
Declaration
Swift
public var zoomRange: ClosedRange<UInt8>
-
Declaration
Swift
public init()