Package-level declarations

Types

Link copied to clipboard
class GeoARView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, isOpaque: Boolean = true, sharedLifecycle: Lifecycle? = null) : FrameLayout, CameraProvider, LoadPhaseProvider

The view that renders the AR scene — camera background, geo nodes, POIs and navigation.

Link copied to clipboard
data class GeoARViewConfig(val navigationVisibilityDistance: Double? = null, val stepInstructionAltitude: Double = 1.5, val directionalArrow: GeoARViewConfig.DirectionalArrow = DirectionalArrow(), internalConfig: GeoARViewConfig.InternalConfig = InternalConfig())

Configuration for a GeoARView. All values take effect at view creation and cannot be changed afterward.