interface JMapMouseOver {
    backgroundColor: string;
    maximumZoom: number;
    minimumZoom: number;
    preventTextDuplication: boolean;
    text: string;
}

Properties

backgroundColor: string
maximumZoom: number
minimumZoom: number
preventTextDuplication: boolean
text: string