GenerateOfflineMapParameters

constructor()

Creates a generate offline map parameters object.

Since

200.1.0


constructor(areaOfInterest: Geometry, minScale: Double? = null, maxScale: Double? = null)

Creates a generate offline map parameters object. The area of interest must have a spatial reference. If minScale or maxScale is null that implies there is no bound on the scale. If both are non-zero, they must both be positive with minScale greater than maxScale.

Since

200.1.0

Parameters

areaOfInterest

the region of the online map that is to be taken offline; must be an Envelope or a Polygon

minScale

the minimum scale to be taken offline, default value of null implies there is no bound

maxScale

the maximum scale to be taken offline, default value of null implies there is no bound