useIsolate property

bool useIsolate
final

true if isolates should be used for reading the mapfile. Isolate is flutter's way of using threads. However due to the huge amount of data which must be tunneled between the threads isolates are currently slower than working directly in the main thread. The only advantage so far is that the main thread is not blocked while the data are read.

Implementation

final bool useIsolate;