isOptimized property

bool? isOptimized
final

if true, will reorder the routes to optimize navigation for time and shortest distance using the Travelling Salesman Algorithm. Always false for now

Implementation

final bool? isOptimized;