Interface JMapEventRotateParams

interface JMapEventRotateParams {
    bearing: number;
    map: Map$1;
    mapEvent: any;
}

Hierarchy (view full)

Properties

Properties

bearing: number
map: Map$1
mapEvent: any