Type alias MapEvent

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

Type declaration

  • key: ModificationKeyType
  • map: VcsMap
  • Optional multipleTouch?: boolean
  • pointer: PointerKeyType
  • pointerEvent: PointerEventType
  • Optional position?: Coordinate

    position in web mercator coordinates

  • Optional positionOrPixel?: Coordinate

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

  • Optional time?: number | null
  • windowPosition: Cartesian2

Generated using TypeDoc