route property
The instance of Route that is being used by ElectronicHorizonEngine.
You can override this property to rebuild the electronic horizon based on a different route.
Gets the instance of Route or null if Route is not set.
Implementation
Route? get route;
The instance of Route that is being used by ElectronicHorizonEngine.
You can override this property to rebuild the electronic horizon based on a different route.
Sets the instance of Route to be used by ElectronicHorizonEngine
or null if no route should be used.
Implementation
set route(Route? value);