create Brief Json From Itf File
fun createBriefJsonFromItfFile(filename: String, listener: CreateBriefJsonFromItfListener, executor: Executor? = null)
Deprecated
ITF format will not be supported in future versions, please save routes as json instead.
Creates brief json String from legacy ITF file
Parameters
filename
full path of ITF file
listener
CreateBriefJsonFromItfListener Listener which will be called upon completion
executor
executor which will execute listener's methods