Offline Tile Pyramid Region Definition
constructor(styleURL: String?, bounds: LatLngBounds, minZoom: Double, maxZoom: Double, pixelRatio: Float)
Constructor to create an OfflineTilePyramidDefinition from parameters.
Parameters
style URL
the style
bounds
the bounds
min Zoom
min zoom
max Zoom
max zoom
pixel Ratio
pixel ratio of the device
constructor(styleURL: String?, bounds: LatLngBounds, minZoom: Double, maxZoom: Double, pixelRatio: Float, includeIdeographs: Boolean)
Constructor to create an OfflineTilePyramidDefinition from parameters.
Parameters
style URL
the style
bounds
the bounds
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 OfflineTilePyramidDefinition from a Parcel.
Parameters
parcel
the parcel to create the OfflineTilePyramidDefinition from