OfflineTilePyramidRegionDefinition

constructor(styleURL: String?, bounds: LatLngBounds, minZoom: Double, maxZoom: Double, pixelRatio: Float)

Constructor to create an OfflineTilePyramidDefinition from parameters.

Parameters

styleURL

the style

bounds

the bounds

minZoom

min zoom

maxZoom

max zoom

pixelRatio

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

styleURL

the style

bounds

the bounds

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 OfflineTilePyramidDefinition from a Parcel.

Parameters

parcel

the parcel to create the OfflineTilePyramidDefinition from