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
;
pointerPosition
:
TypeMapMouseInfo
;
singleClickedPosition
:
TypeMapMouseInfo
;
}
Index
Properties
current
Projection
current
Zoom
map
Center
Coordinates
pointer
Position
single
Clicked
Position
Properties
current
Projection
currentProjection
:
number
current
Zoom
currentZoom
:
number
map
Center
Coordinates
mapCenterCoordinates
:
Coordinate
pointer
Position
pointerPosition
:
TypeMapMouseInfo
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
pointer
Position
single
Clicked
Position
geoview-core
Loading...
Definition of map state to attach to the map object for reference.