geoview-core
Preparing search index...
TypeMapState
Type Alias TypeMapState
Definition of map state to attach to the map object for reference.
type
TypeMapState
=
{
currentProjection
:
number
;
currentZoom
:
number
;
mapCenterCoordinates
:
Coordinate
;
mapExtent
:
Extent
;
pointerPosition
:
TypeMapMouseInfo
;
rotation
:
number
;
singleClickedPosition
:
TypeMapMouseInfo
;
}
Index
Properties
current
Projection
current
Zoom
map
Center
Coordinates
map
Extent
pointer
Position
rotation
single
Clicked
Position
Properties
current
Projection
currentProjection
:
number
current
Zoom
currentZoom
:
number
map
Center
Coordinates
mapCenterCoordinates
:
Coordinate
map
Extent
mapExtent
:
Extent
pointer
Position
pointerPosition
:
TypeMapMouseInfo
rotation
rotation
:
number
single
Clicked
Position
singleClickedPosition
:
TypeMapMouseInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Projection
current
Zoom
map
Center
Coordinates
map
Extent
pointer
Position
rotation
single
Clicked
Position
geoview-core
Loading...
Definition of map state to attach to the map object for reference.