Interface JAppDrawStyle

interface JAppDrawStyle {
    center?: number[];
    fillColor?: string;
    fillOpacity?: number;
    lineColor?: string;
    lineOpacity?: number;
    lineWidth?: number;
    pointRadiusActive?: number;
    pointRadiusInactive?: number;
    pointRadiusStrokeActive?: number;
    pointRadiusStrokeInactive?: number;
    radiusInKm?: number;
    shapeType?: string;
    textColor?: string;
    textRotation?: number;
    textSize?: number;
    textZoomRef?: number;
    useLocationIcon?: boolean;
}

Hierarchy

Properties

center?: number[]
fillColor?: string
fillOpacity?: number
lineColor?: string
lineOpacity?: number
lineWidth?: number
pointRadiusActive?: number
pointRadiusInactive?: number
pointRadiusStrokeActive?: number
pointRadiusStrokeInactive?: number
radiusInKm?: number
shapeType?: string
textColor?: string
textRotation?: number
textSize?: number
textZoomRef?: number
useLocationIcon?: boolean