ARLocationManager

Manages the location source and attitude that drive the AR scene camera.

Properties

Link copied to clipboard
open override val attitudes: Flow<Attitude>

Flow of attitude updates produced by the location source.

Link copied to clipboard
open override val coordinates: Flow<Coordinate>

Flow of coordinates produced by the location source.

Link copied to clipboard
open override val errors: Flow<Throwable>

Flow of errors produced by the location manager.

Link copied to clipboard
open override val lastCoordinate: Coordinate?

The last coordinate received from the location source, or null if none yet.

Link copied to clipboard

The location source feeding the AR scene. Setting it switches the active source.

Functions

Link copied to clipboard
fun deinit()

Releases the resources held by this manager and stops the location and attitude sources.