FeatureLayer.StyleFactory
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
StyleFactory is a public static interface applied to every polygon in a feature layer to determine its style.
The getStyle method is a public abstract method within StyleFactory that returns the FeatureStyle of a given Feature.
public static interface FeatureLayer.StyleFactory
The style factory function applied to every polygon in the affected feature layer. This
function must return a FeatureStyle
object that specifies how to style the polygon.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],[]]