addLineLayer method

Future<void> addLineLayer(
  1. String sourceId,
  2. String layerId,
  3. Map<String, dynamic> properties, {
  4. String? belowLayerId,
  5. String? sourceLayer,
})

Implementation

Future<void> addLineLayer(
    String sourceId, String layerId, Map<String, dynamic> properties,
    {String? belowLayerId, String? sourceLayer}) async {
  throw UnimplementedError('addLineLayer() has not been implemented.');
}