Generate Offline Map Parameters
constructor()
Creates a generate offline map parameters object.
Since
200.1.0
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
area Of Interest
the region of the online map that is to be taken offline; must be an Envelope or a Polygon
min Scale
the minimum scale to be taken offline, default value of null implies there is no bound
max Scale
the maximum scale to be taken offline, default value of null implies there is no bound