OfflineRegionGeometryDefinition
extension OfflineRegionGeometryDefinition
-
Initialize a
OfflineRegionGeometryDefinition
.Declaration
Swift
public convenience init(styleURL: String, geometry: Geometry, minZoom: Double, maxZoom: Double, pixelRatio: Float, glyphsRasterizationMode: GlyphsRasterizationMode)
Parameters
styleURL
The style URL associated with the offline region.
geometry
The geometry that defines the boundary of the offline region.
minZoom
The minimum zoom level for the offline region. Must be greater than or equal to
0
.maxZoom
The maximum zoom level for the offline region. Must be greater than or equal to the
minZoom
.pixelRatio
The pixel ratio to be accounted for when downloading assets. Must be greater than or equal to
0
. Typically1.0
or2.0
.glyphsRasterizationMode
Specifies glyphs rasterization mode. It defines which glyphs will be loaded from the server.
-
The geometry that defines the boundary of the offline region.
Declaration
Swift
public var geometry: Geometry? { get }