snapshot method

Future<Uint8List> snapshot()

Returns a snapshot of the map. The snapshot is taken from the current state of the map.

Implementation

Future<Uint8List> snapshot() => _mapboxMapsPlatform.snapshot();