Module: MapState

Classes

MapState

Members

(static, constant) buildScales

Build scales

Source:

Events

MapStateChanged

Map state changed

Type:
Properties:
Name Type Attributes Description
type string

map.state.changed

projection string <optional>

the map projection code if it changed

center Array.<number> <optional>

the map center if it changed

zoom number <optional>

the map zoom if it changed

size Array.<number> <optional>

the map size if it changed

extent Array.<number> <optional>

the map extent (calculate by the map view) if it changed

resolution number <optional>

the map resolution if it changed

scaleDenominator number <optional>

the map scale denominator if it changed

pointResolution number <optional>

the map resolution (calculate from the center) if it changed

pointScaleDenominator number <optional>

the map scale denominator (calculate from the center) if it changed

Source:

MapStateReady

Map state ready.

Type:
Properties:
Name Type Description
type string

map.state.ready

ready boolean

true

Source: