FeatureLayerOptions

  • 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.

public final class FeatureLayerOptions extends Object
implements Parcelable

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
String
getDatasetId()
Returns the datasetId.
String

Inherited Method Summary

Public Methods

public static FeatureLayerOptions.Builder builder ()

public String getDatasetId ()

Returns the datasetId.

public String getFeatureType ()

Returns the FeatureType.