Stay organized with collections Save and categorize content based on your preferences.
AI-generated Key Takeaways
GMSMutableFeatureStyle is a mutable version of GMSFeatureStyle, allowing for modifications to its properties.
It provides properties to customize the fill color (fillColor), stroke color (strokeColor), stroke width (strokeWidth), and point radius (pointRadius) of features.
You can create a new mutable style instance using the +style method.
[[["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 2025-08-27 UTC."],[],["GMSMutableFeatureStyle is a mutable version of GMSFeatureStyle. It allows setting the `fillColor` and `strokeColor` using UIColor, and `strokeWidth` and `pointRadius` using CGFloat. It offers properties that can be set to modify the style. `+style` provides a method to create a new mutable style. The properties are accessible in both Swift and Objective-C.\n"]]