AI-generated Key Takeaways
-
FeatureStyle is a class used to specify how the style of a Feature should be modified on a map.
-
It includes a nested class FeatureStyle.Builder to help configure FeatureStyle instances.
-
FeatureStyle extends Object and implements Parcelable, inheriting relevant methods and constants.
-
Public methods allow retrieval of style properties such as fill color, point radius, stroke color, and stroke width.
The feature style to specify how the style of a Feature
should
be modified on a map.
Nested Class Summary
Inherited Constant Summary
Public Method Summary
| static FeatureStyle.Builder | builder
()
|
| Integer | |
| Float | |
| Integer | |
| Float |
Inherited Method Summary
Public Methods
public static FeatureStyle.Builder builder ()
public Integer getFillColor ()
Returns the fillColor of this FeatureStyle
.
public Float getPointRadius ()
Returns the pointRadius of this FeatureStyle
.
public Integer getStrokeColor ()
Returns the strokeColor of this FeatureStyle
.
public Float getStrokeWidth ()
Returns the strokeWidth of this FeatureStyle
.

