Interface JMouseOverOpenPopupForSelectionParams

interface JMouseOverOpenPopupForSelectionParams {
    location?: JLocation;
    panToLocation?: boolean;
    selection: JMapSelection;
}

Properties

location?: JLocation
panToLocation?: boolean
selection: JMapSelection