isOptimized property

bool? isOptimized
getter/setter pair

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

Implementation

bool? isOptimized;