Feature Service Layer Id Info
An object that represents the metadata for a Feature service layer. You will get this object from ArcGISFeatureServiceInfo.layerInfos.
Since
200.1.0
See also
Properties
The type of geometry that all the features in the layer possess. For point, multipoint, polyline or polygon feature layers, this will be the type of the feature's geometry. For annotation and dimension feature layers, this will be com.arcgismaps.geometry.GeometryType.Polygon (referring to the outline of the text graphic). For tables, this will be com.arcgismaps.geometry.GeometryType.Unknown.
Whether the features in the layer should be visible when loaded.
The type of data held in the layer on the service. Indicates the type of data contained in the layer, e.g., table row, geometric feature, annotation or dimension feature.