addLayer method

  1. @override
Future<void> addLayer(
  1. String imageLayerId,
  2. String imageSourceId,
  3. double? minzoom,
  4. double? maxzoom,
)
override

Implementation

@override
Future<void> addLayer(String imageLayerId, String imageSourceId,
    double? minzoom, double? maxzoom) {
  // TODO: implement addLayer
  throw UnimplementedError();
}