StyleObjectInfo

class StyleObjectInfo : Serializable

The information about style object (source or layer).

Constructors

StyleObjectInfo
Link copied to clipboard
open fun StyleObjectInfo(@NonNull id: String, @NonNull type: String)

Functions

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

Properties

id
Link copied to clipboard
private val id: String
type
Link copied to clipboard
private val type: String