create
Creates an offline instance of RangeCalculator.
Parameters
ndsStore
Offline map handle.
** Usage example: **
val ndsStore: NdsStore = ...
val rangeCalculator = OfflineRangeCalculatorFactory.create(ndsStore)Content copied to clipboard
Deprecated
This will be removed from future releases after 2027-03-10. Use create(ndsStore) instead; traffic is now sourced automatically from NdsStore.
Replace with
create(ndsStore)Content copied to clipboard
Creates an offline instance of RangeCalculator.