Interface JMapEventLocationParams

interface JMapEventLocationParams {
    location: JLocation;
    map: Map$1;
    mapEvent: any;
}

Hierarchy (view full)

Properties

Properties

location: JLocation
map: Map$1
mapEvent: any