installCategoriesFromJson

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

Loads Custom Place Categories from provided json string.

The json string must conform to the schema in documentation. (https://developers.sygic.com/maps-sdk/configuration/custom_places_categories_schema/)

Parameters

jsonStream

serialized custom place categories which are to be installed

listener

listener that will be called with result when the operation finishes

executor

executor to call listeners on