OfflineRangeCalculatorFactory

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object OfflineRangeCalculatorFactory

Factory to create an offline instance of RangeCalculator. Range calculation is the generation of a polygon denoting the area reachable by a vehicle given a certain budget, see RangeCalculator.calculateRange.

Functions

Link copied to clipboard
fun create(ndsStore: NdsStore, traffic: Traffic? = null): RangeCalculator

Creates an offline instance of RangeCalculator.