matchOpenLRObjects

fun matchOpenLRObjects(matchableOpenLrs: List<MatchableOpenLr>, useOnlyPreloadedTiles: Boolean = false)

Matches given OpenLR objects to the graph.

Parameters

matchableOpenLrs

matchable objects

useOnlyPreloadedTiles

If there is no data for the specified geometry yet cached on the device, setting this to false will wait (potentially indefinitely) for the data covering this geometry to be loaded via other means (location updates, predictive ambient caching, offline regions etc.) before attempting to match. If set to true and there is no data on device covering specified geometry, this call will return an error immediately.