computeRouteFromJSONString

fun computeRouteFromJSONString(    json: String,     listener: RouteComputeListener,     executor: Executor? = null): Router.Task

Computes route from JSON string that was serialized via Route.serializeToBriefJSON

Parameters

json
executor

Executor which will execute listener's callbacks