Interface JMapEventLayerParams

interface JMapEventLayerParams {
    layerId: JId;
    location: JLocation;
    map: Map$1;
    mapEvent: any;
}

Hierarchy (view full)

Properties

layerId: JId
location: JLocation
map: Map$1
mapEvent: any