FeatureLayerOptions.Builder

  • FeatureLayerOptions.Builder is a builder class used to configure an instance of FeatureLayerOptions.

  • It has a public constructor and methods to build the FeatureLayerOptions, set the dataset ID, and set the feature type.

  • It inherits standard methods from the java.lang.Object class.

public static final class FeatureLayerOptions.Builder extends Object

A builder that helps configure an instance of FeatureLayerOptions.

Public Constructor Summary

Public Method Summary

FeatureLayerOptions
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 build ()

public FeatureLayerOptions.Builder datasetId (String datasetId)

Sets the datasetId.

public FeatureLayerOptions.Builder featureType (String featureType)

Sets the FeatureType.