create Route Request From JSONString
fun createRouteRequestFromJSONString(json: String, listener: RouteRequestDeserializedListener, executor: Executor? = null)
Deprecated
Method does not work when SDK is not initialized. Replace with Router.createRouteRequestFromJSONString.
Replace with
import com.sygic.sdk.route.Router
Content copied to clipboard
createRouteRequestFromJSONString
Content copied to clipboard
Creates RouteRequest from JSON that was serialized via Route.serializeToBriefJSON
Parameters
json
Serialized JSON
listener
RouteRequestDeserializedListener Listener which will be called upon completion
executor
executor which will execute listener's methods