AI-generated Key Takeaways
-
FeatureLayerOptions are options passed to get a FeatureLayer.
-
It includes a nested class FeatureLayerOptions.Builder for configuring instances.
-
Public methods allow retrieving the datasetId and FeatureType.
Options passed to get a FeatureLayer.
Nested Class Summary
| class | FeatureLayerOptions.Builder | A builder that helps configure an instance of
FeatureLayerOptions. |
|
Inherited Constant Summary
Public Method Summary
| static FeatureLayerOptions.Builder |
builder()
|
| String |
getDatasetId()
Returns the
datasetId.
|
| String |
getFeatureType()
Returns the
FeatureType.
|
Inherited Method Summary
Public Methods
public static FeatureLayerOptions.Builder builder ()
public String getDatasetId ()
Returns the datasetId.
public String getFeatureType ()
Returns the FeatureType.