Offline Geometry Region Definition
constructor(styleURL: String?, geometry: Geometry?, minZoom: Double, maxZoom: Double, pixelRatio: Float)
Constructor to create an OfflineGeometryRegionDefinition from parameters.
Parameters
style URL
the style
geometry
the geometry
min Zoom
min zoom
max Zoom
max zoom
pixel Ratio
pixel ratio of the device
constructor(styleURL: String?, geometry: Geometry?, minZoom: Double, maxZoom: Double, pixelRatio: Float, includeIdeographs: Boolean)
Constructor to create an OfflineGeometryRegionDefinition from parameters.
Parameters
style URL
the style
geometry
the geometry
min Zoom
min zoom
max Zoom
max zoom
pixel Ratio
pixel ratio of the device
include Ideographs
include glyphs for CJK languages
Constructor to create an OfflineGeometryRegionDefinition from a Parcel.
Parameters
parcel
the parcel to create the OfflineGeometryRegionDefinition from