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;
        mapExtent: Extent;
        pointerPosition: TypeMapMouseInfo;
        rotation: number;
        singleClickedPosition: TypeMapMouseInfo;
    }
    Index

    Properties

    currentProjection: number
    currentZoom: number
    mapCenterCoordinates: Coordinate
    mapExtent: Extent
    pointerPosition: TypeMapMouseInfo
    rotation: number
    singleClickedPosition: TypeMapMouseInfo