[[["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."],[[["\u003cp\u003e\u003ccode\u003eGMSDatasetFeature\u003c/code\u003e represents a feature from a dataset and always has a feature type of \u003ccode\u003eGMSFeatureTypeDataset\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eGMSDatasetFeature\u003c/code\u003e is associated with a specific dataset, identified by its \u003ccode\u003edatasetID\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eFeatures contain key-value pairs in \u003ccode\u003edatasetAttributes\u003c/code\u003e to store their properties.\u003c/p\u003e\n"],["\u003cp\u003eAlthough an initializer is provided for testing, \u003ccode\u003eGMSDatasetFeature\u003c/code\u003e instances should ideally be created by the SDK in production environments.\u003c/p\u003e\n"]]],["`GMSDatasetFeature` represents a feature from a dataset, always of `GMSFeatureTypeDataset`. It has a `datasetID`, indicating the dataset it belongs to, and `datasetAttributes`, a key-value map of associated attributes. Instances are created by the SDK in production. For testing, `initWithDatasetID:datasetAttributes:` creates a feature. The standard `init` method is unavailable, ensuring SDK-managed creation. All properties are read-only.\n"],null,[]]