geoview-core - v2.3.0
    Preparing search index...

    Interface MapSingleClickEvent

    Event for the map single click delegate.

    interface MapSingleClickEvent {
        dragging: boolean;
        lonlat: Coordinate;
        pixel: Coordinate;
        projected: Coordinate;
    }

    Hierarchy (View Summary)

    Index
    dragging: boolean

    Whether the pointer event occurred while dragging.

    lonlat: Coordinate

    Pointer longitude and latitude coordinates.

    pixel: Coordinate

    Pointer pixel coordinates.

    projected: Coordinate

    Pointer coordinates in the map projection.