Companion

object Companion

Functions

Link copied to clipboard
fun fromJSON(json: JSONObject?, warnings: WarningLogger? = null): Locator?

Creates a Locator from its JSON representation.

Link copied to clipboard
fun fromJSONArray(json: JSONArray?, warnings: WarningLogger? = null): List<Locator>
Link copied to clipboard
fun fromLegacyJSON(json: JSONObject?, warnings: WarningLogger? = null): Locator?

Creates a Locator from its legacy JSON representation.