CircleLayerProperties class 
 
    
    
    
  
    Constructors
    
        - 
          CircleLayerProperties({dynamic circleRadius, dynamic circleColor, dynamic circleBlur, dynamic circleOpacity, dynamic circleTranslate, dynamic circleTranslateAnchor, dynamic circlePitchScale, dynamic circlePitchAlignment, dynamic circleStrokeWidth, dynamic circleStrokeColor, dynamic circleStrokeOpacity, dynamic circleSortKey, dynamic visibility})
        
- 
          
            const 
- 
          CircleLayerProperties.fromJson(Map<String, dynamic> json)
        
- 
          
            factory 
 
    
  
    Properties
    
        - 
  circleBlur
  → dynamic
  
- 
  Amount to blur the circle. 1 blurs the circle such that only the
centerpoint is full opacity.
  final 
- 
  circleColor
  → dynamic
  
- 
  The fill color of the circle.
  final 
- 
  circleOpacity
  → dynamic
  
- 
  The opacity at which the circle will be drawn.
  final 
- 
  circlePitchAlignment
  → dynamic
  
- 
  Orientation of circle when map is pitched.
  final 
- 
  circlePitchScale
  → dynamic
  
- 
  Controls the scaling behavior of the circle when the map is pitched.
  final 
- 
  circleRadius
  → dynamic
  
- 
  Circle radius.
  final 
- 
  circleSortKey
  → dynamic
  
- 
  Sorts features in ascending order based on this value. Features with a
higher sort key will appear above features with a lower sort key.
  final 
- 
  circleStrokeColor
  → dynamic
  
- 
  The stroke color of the circle.
  final 
- 
  circleStrokeOpacity
  → dynamic
  
- 
  The opacity of the circle's stroke.
  final 
- 
  circleStrokeWidth
  → dynamic
  
- 
  The width of the circle's stroke. Strokes are placed outside of the
circle-radius.final 
- 
  circleTranslate
  → dynamic
  
- 
  The geometry's offset. Values are x, ywhere negatives indicate left
and up, respectively.final 
- 
  circleTranslateAnchor
  → dynamic
  
- 
  Controls the frame of reference for circle-translate.final 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  visibility
  → dynamic
  
- 
  Whether this layer is displayed.
  final