GoogleNavigation Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSDatasetFeatureLayer
An interface representing a feature layer for a dataset.
The featureType of a GMSDatasetFeatureLayer
will always be GMSFeatureTypeDataset
.
-
Declaration
Swift
var datasetID: String! { get }
Objective-C
@property (nonatomic, readonly) NSString *datasetID;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 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;"]]