geoview-core
Preparing search index...
TypeFeatureCircleStyle
Interface TypeFeatureCircleStyle
Circle and Circle marker styles.
interface
TypeFeatureCircleStyle
{
fillColor
?:
string
;
fillOpacity
?:
number
;
radius
?:
number
;
strokeColor
?:
string
;
strokeOpacity
?:
number
;
strokeWidth
?:
number
;
}
Hierarchy (
View Summary
)
TypeFeatureStyle
TypeFeatureCircleStyle
Index
Properties
fill
Color?
fill
Opacity?
radius?
stroke
Color?
stroke
Opacity?
stroke
Width?
Properties
Optional
fill
Color
fillColor
?:
string
Optional
fill
Opacity
fillOpacity
?:
number
Optional
radius
radius
?:
number
Optional
stroke
Color
strokeColor
?:
string
Optional
stroke
Opacity
strokeOpacity
?:
number
Optional
stroke
Width
strokeWidth
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fill
Color
fill
Opacity
radius
stroke
Color
stroke
Opacity
stroke
Width
geoview-core
Loading...
Circle and Circle marker styles.