Interface JMouseOverSelectionParams

interface JMouseOverSelectionParams {
    location: JLocation;
    map: undefined | Map$1;
    popup: Popup;
    selection: JMapSelection;
}

Hierarchy (view full)

Properties

location: JLocation
map: undefined | Map$1
popup: Popup
selection: JMapSelection