OfflineGeometryRegionDefinition

constructor(styleURL: String?, geometry: Geometry?, minZoom: Double, maxZoom: Double, pixelRatio: Float)

Constructor to create an OfflineGeometryRegionDefinition from parameters.

Parameters

styleURL

the style

geometry

the geometry

minZoom

min zoom

maxZoom

max zoom

pixelRatio

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

styleURL

the style

geometry

the geometry

minZoom

min zoom

maxZoom

max zoom

pixelRatio

pixel ratio of the device

includeIdeographs

include glyphs for CJK languages


constructor(parcel: Parcel)

Constructor to create an OfflineGeometryRegionDefinition from a Parcel.

Parameters

parcel

the parcel to create the OfflineGeometryRegionDefinition from