setPrefetchZoomDelta abstract method

Future<void> setPrefetchZoomDelta(
  1. int delta
)

Sets the prefetch zoom delta. When non-zero, the engine first requests tiles delta levels below the target zoom so the map fills in faster at lower resolution.

Implementation

Future<void> setPrefetchZoomDelta(int delta);