[[["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."],[[["\u003cp\u003eRepresents a feature layer specifically designed for datasets within the Google Maps SDK.\u003c/p\u003e\n"],["\u003cp\u003eFeatures in this layer are always categorized as \u003ccode\u003eGMSFeatureTypeDataset\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eProvides access to the dataset's unique identifier through the \u003ccode\u003edatasetID\u003c/code\u003e property.\u003c/p\u003e\n"]]],["This describes the `GMSDatasetFeatureLayer` interface, a feature layer specifically for datasets. It's always of `GMSFeatureTypeDataset`. The key property is `datasetID`, which is a read-only string representing the unique identifier of the dataset. This ID can be accessed using a property in both Swift and Objective-C, allowing retrieval of the dataset's identifier.\n"],null,["GMSDatasetFeatureLayer \n\n\n @interface GMSDatasetFeatureLayer : ../Classes/GMSFeatureLayer.html \u003c../Classes/GMSDatasetFeature.html *\u003e\n\nAn interface representing a feature layer for a dataset.\n\nThe featureType of a `GMSDatasetFeatureLayer` will always be [GMSFeatureTypeDataset](../Constants/GMSFeatureTypeDataset.html).\n- `\n ``\n ``\n `\n\n [datasetID](#/c:objc(cs)GMSDatasetFeatureLayer(py)datasetID)`\n ` \n ID of the dataset. \n\n Declaration \n Swift \n\n var datasetID: String! { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSString *datasetID;"]]