setPrefetchZoomDelta method
- 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) =>
_impl.setPrefetchZoomDelta(delta);