addCustomLayer method

Future<void> addCustomLayer(
  1. String layerId,
  2. LayerType layerType,
  3. String sourceUrl,
  4. String? layerAbove,
  5. String? layerBelow,
  6. LayerOptions? options,
)

Implementation

Future<void> addCustomLayer(
    String layerId,
    LayerType layerType,
    String sourceUrl,
    String? layerAbove,
    String? layerBelow,
    LayerOptions? options) async {
  throw UnimplementedError('addSymbolLayer() has not been implemented.');
}