LocationProcessor

Defines a Processor that subscribes to LocationProcessor.Input to receive information about the current device Location, when available.

Since

1.6.0

Types

Link copied to clipboard
interface Input

Defines the current device Location model that is available to be read from by the processor.

Functions

Link copied to clipboard

Connects the provided input to this processor and returns a Closeable to release the connection when required. Normally, processing of the provided input starts instantly however certain processors may do it async so it is not guaranteed that any work will be done as soon as input is connected.

Inheritors

Link copied to clipboard
Link copied to clipboard