SignpostItem

SignpostItem object

Constructors

Link copied to clipboard
constructor()
constructor(address: Long)

Properties

Link copied to clipboard

Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.

Link copied to clipboard
val column: Int

One based column. Not all items may have a column assigned. Zero indicates N/A

Link copied to clipboard
Link copied to clipboard

Phoneme. Not all items may have phoneme assigned.

Link copied to clipboard

Pictogram type for the item. Only items with type ESignpostItemType.Pictogram will return a valid value.

Link copied to clipboard
val row: Int

One based row. Not all items may have a row assigned. Zero indicates N/A

Link copied to clipboard

Shield type for the item. Only items with type ESignpostItemType.RouteNumber will return a valid value.

Link copied to clipboard
val text: String?

Text. Not all items may have text assigned.

Link copied to clipboard

Functions

Link copied to clipboard
fun finalize()

Overrides finalize that garbage collector will call when needed.

Link copied to clipboard
external fun hasAmbiguity(): Boolean

Check if has ambiguity.

Link copied to clipboard
external fun hasSameShieldLevel(): Boolean

Check if has shield level.

Link copied to clipboard

True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object

Link copied to clipboard
operator fun not(): Boolean

Checks if this object is valid.

Link copied to clipboard
fun release()

Releases the native referenced value of this object if: