addLayerBelow abstract method

Future<void> addLayerBelow(
  1. String imageLayerId,
  2. String imageSourceId,
  3. String belowLayerId,
  4. double? minzoom,
  5. double? maxzoom,
)

Implementation

Future<void> addLayerBelow(String imageLayerId, String imageSourceId,
    String belowLayerId, double? minzoom, double? maxzoom);