computeRouteFromJSONString

open fun computeRouteFromJSONString(json: String, listener: Router.RouteComputeListener)

Calculates route from JSON string that was serialized via serializeToBriefJSON

open fun computeRouteFromJSONString(json: String, listener: Router.RouteComputeListener, @Nullable() executor: Executor)

Calculates route from JSON string that was serialized via serializeToBriefJSON

Parameters

executor

Executor which will execute listener's callbacks