Home > @magiclane/maps-sdk > RoutePreferences > algorithmType
RoutePreferences.algorithmType property
Public transport algorithm type for determining departure or arrival time optimization.
Default is PTAlgorithmType.departure
Signature:
get algorithmType(): PTAlgorithmType;
set algorithmType(value: PTAlgorithmType);