geoview-core
    Preparing search index...

    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

    currentProjection: number
    currentZoom: number
    mapCenterCoordinates: Coordinate
    pointerPosition: TypeMapMouseInfo
    singleClickedPosition: TypeMapMouseInfo