Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

legacyMarker
Link copied to clipboard
private const val legacyMarker: String

To be backwards compatible, a json without a startingLocations element will be recognized by an entry with this marker New saved maps will never have this marker and will always have a serialized startingLocations list even if empty. New saved maps will also never have "StartingLocation" improvements, these are converted on load in setTransients.

startingLocationPrefix
Link copied to clipboard
const val startingLocationPrefix: String

Legacy way to store starting locations - now this is used only in translateStartingLocationsFromMap

Sources

jvm source
Link copied to clipboard