Interface JMapEventFeaturesParams

interface JMapEventFeaturesParams {
    features: any[];
    layerId: JId;
    location: JLocation;
    map: Map$1;
    mapEvent: any;
}

Hierarchy (view full)

Properties

features: any[]
layerId: JId
location: JLocation
map: Map$1
mapEvent: any