install Offline Places From Json
fun installOfflinePlacesFromJson(jsonStream: String, listener: CustomPlacesManager.InstallResultListener, executor: Executor? = null)
Content copied to clipboard
Loads offline places from provided json string.
TODO: Link schema from SDK Documentation (SDC-6480)
Parameters
json Stream
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