AI-generated Key Takeaways
-
Represents a feature layer specifically designed for datasets within the Google Maps SDK.
-
Features in this layer are always categorized as
GMSFeatureTypeDataset. -
Provides access to the dataset's unique identifier through the
datasetIDproperty.
GMSDatasetFeatureLayer
@interface GMSDatasetFeatureLayer : GMSFeatureLayer <GMSDatasetFeature *>An interface representing a feature layer for a dataset.
The featureType of a GMSDatasetFeatureLayer will always be GMSFeatureTypeDataset.
-
ID of the dataset.
Declaration
Swift
var datasetID: String! { get }Objective-C
@property (nonatomic, readonly) NSString *datasetID;