RouterOrigin

sealed class RouterOrigin

Describes which kind of router presents response.

Types

Custom
Link copied to clipboard
data class Custom constructor(obj: Any?) : RouterOrigin
Can be used as a router origin of custom routes source, different from Offboard and Onboard.
Offboard
Link copied to clipboard
object Offboard : RouterOrigin
Router based on Directions API.
Onboard
Link copied to clipboard
object Onboard : RouterOrigin
Router based on embedded offline library and local navigation tiles.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

RouterOrigin
Link copied to clipboard
RouterOrigin
Link copied to clipboard
RouterOrigin
Link copied to clipboard