[[["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 will always have the type \u003ccode\u003eGMSFeatureTypeDataset\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eProvides access to the ID of the associated dataset using the \u003ccode\u003edatasetID\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# GoogleNavigation Framework Reference\n\nGMSDatasetFeatureLayer\n======================\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 `\n ` \n ID of the dataset. \n\n #### Declaration\n\n Swift \n\n var datasetID: String! { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSString *datasetID;"]]