GeospatialSurface


public final class GeospatialSurface


The type of surface on which to create an anchor.

Summary

Public fields

static final @NonNull GeospatialSurface

The rooftop surface.

static final @NonNull GeospatialSurface

The terrain surface.

Public methods

boolean
equals(Object other)
int
@NonNull String

Returns a string representation of GeospatialSurface for debugging.

Public fields

ROOFTOP

public static final @NonNull GeospatialSurface ROOFTOP

The rooftop surface.

TERRAIN

public static final @NonNull GeospatialSurface TERRAIN

The terrain surface.

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()

Returns a string representation of GeospatialSurface for debugging.

Note: Not intended for production use.