AI-generated Key Takeaways
-
FeatureLayerOptions.Builderhelps configure instances ofFeatureLayerOptionsfor map features. -
You can specify the dataset ID using the
datasetId()method. -
featureType()allows setting the type of feature to be displayed on the map. -
The
build()method creates aFeatureLayerOptionsobject based on the builder's configuration.
A builder that helps configure an instance of FeatureLayerOptions.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| FeatureLayerOptions |
build()
|
| FeatureLayerOptions.Builder |
datasetId(String datasetId)
Sets the
datasetId. |
| FeatureLayerOptions.Builder |
featureType(String featureType)
Sets the
FeatureType. |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public FeatureLayerOptions.Builder datasetId (String datasetId)
Sets the datasetId.
Parameters
| datasetId |
|---|
public FeatureLayerOptions.Builder featureType (String featureType)
Sets the FeatureType.
Parameters
| featureType |
|---|