addFeatureLayer method

Future<FeatureLayer> addFeatureLayer(
  1. FeatureLayerOptions options,
  2. List<Graphic>? data,
  3. void onPressed(
    1. dynamic
    )?,
  4. String? url,
  5. int mapId,
  6. void getZoom(
    1. double
    )?,
  7. String layerId,
)

Implementation

Future<FeatureLayer> addFeatureLayer(
  FeatureLayerOptions options,
  List<Graphic>? data,
  void Function(dynamic)? onPressed,
  String? url,
  int mapId,
  void Function(double)? getZoom,
  String layerId,
) async {
  throw UnimplementedError('addFeatureLayer() has not been implemented.');
}