Page Summary
-
FeatureLayerOptionsprovides options for creating a FeatureLayer, used to display data from a dataset on a map. -
Data-driven styling features within
FeatureLayerOptionsare unavailable in the Navigation SDK but exist for compatibility with play-services-maps. -
Use the
builder()method to create an instance ofFeatureLayerOptions. -
getDatasetId()andgetFeatureType()allow retrieval of the dataset ID and FeatureType associated with the layer, respectively.
Data-driven styling features are not available to the Navigation SDK. They exists for compile time compatibility with com.google.android.gms:play-services-maps only.
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 String getDatasetId ()
Returns the datasetId.