installOfflinePlacesFromJson

fun installOfflinePlacesFromJson(jsonStream: String, listener: CustomPlacesManager.InstallResultListener, executor: Executor? = null)

Loads offline places from provided json string.

TODO: Link schema from SDK Documentation (SDC-6480)

Parameters

jsonStream

serialized offline places which are to be installed, according to the schema above

listener

listener that will be called with result when the operation finishes

executor

executor to call listeners on