GeospatialSurface


class GeospatialSurface


The type of surface on which to create an anchor.

Summary

Public companion properties

GeospatialSurface

The rooftop surface.

GeospatialSurface

The terrain surface.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Returns a string representation of GeospatialSurface for debugging.

Public companion properties

ROOFTOP

val ROOFTOPGeospatialSurface

The rooftop surface.

TERRAIN

val TERRAINGeospatialSurface

The terrain surface.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Returns a string representation of GeospatialSurface for debugging.

Note: Not intended for production use.