addImageSource method

Future<void> addImageSource(
  1. String imageSourceId,
  2. Uint8List bytes,
  3. LatLngQuad coordinates
)

Implementation

Future<void> addImageSource(
    String imageSourceId, Uint8List bytes, LatLngQuad coordinates) async {
  throw UnimplementedError('addImageSource() has not been implemented.');
}