@vcmap/core
    Preparing search index...

    Type Alias MapEvent

    type MapEvent = {
        key: ModificationKeyType;
        map: VcsMap;
        multipleTouch?: boolean;
        pointer: PointerKeyType;
        pointerEvent: PointerEventType;
        position?: Coordinate;
        positionOrPixel?: Coordinate;
        time?: number | null;
        windowPosition: Cartesian2;
    }
    Index

    Properties

    map: VcsMap
    multipleTouch?: boolean
    pointerEvent: PointerEventType
    position?: Coordinate

    position in web mercator coordinates

    positionOrPixel?: Coordinate

    position in web mercator coordinates or image coordinates in ObliqueMap Map Mode

    time?: number | null
    windowPosition: Cartesian2