Skip to main content
API Reference com.nianticspatial.nsdk.awareness.semantics SemanticsChannel

toString

Overrides the default toString() to provide a more human-readable name. It splits PascalCase names like "NaturalGround" into "Natural Ground".

Declaration

override fun toString(): String

Summary

Overrides the default toString() to provide a more human-readable name. It splits PascalCase names like "NaturalGround" into "Natural Ground".

Returns

A formatted string representation of the enum constant.


ON THIS PAGE