[[["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-11-15 UTC."],[[["`GMSFeature` is a protocol used to represent the metadata of a feature on a map."],["It's crucial to avoid storing direct references to feature objects due to their instability."],["The `featureType` property indicates the category or type of the feature."]]],["The `GMSFeature` protocol represents a feature's metadata, but references to specific feature objects are unstable and should not be saved. It provides a method `featureType` that returns the type of the feature. This method's implementation varies slightly between Swift and Objective-C, but essentially, it allows retrieval of a feature's designated type.\n"]]