Interface IVectorLayerStyle
Properties
cluster
cluster
: { fillColor
?: string; shape
?: FeatureShape; size
?: number; strokeColor
?: string; strokeSize
?: string; textColor
?: string }
Type declaration
-
Optional fillColor?: string
-
-
Optional size?: number
-
Optional strokeColor?: string
-
Optional strokeSize?: string
-
Optional textColor?: string
Optional colorScheme
Optional colors
colors: string[]
single
single
: { fillColor
?: string; icon
?: string; iconColor
?: number; iconRotation
?: number; iconRotationInRadians
?: number; iconScale
?: number; shape
?: FeatureShape; size
?: number; strokeColor
?: string; strokeSize
?: number; textColor
?: string }
Type declaration
-
Optional fillColor?: string
-
Optional icon?: string
-
Optional iconColor?: number
-
Optional iconRotation?: number
-
Optional iconRotationInRadians?: number
-
Optional iconScale?: number
-
-
Optional size?: number
-
Optional strokeColor?: string
-
Optional strokeSize?: number
-
Optional textColor?: string