[[["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."],[[["`GMSDatasetFeature` represents a feature from a dataset and always has a feature type of `GMSFeatureTypeDataset`."],["Each `GMSDatasetFeature` is associated with a specific dataset, identified by its `datasetID`."],["Features contain key-value pairs in `datasetAttributes` to store their properties."],["Although an initializer is provided for testing, `GMSDatasetFeature` instances should ideally be created by the SDK in production environments."]]],["`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"]]