RouterOrigin

sealed class RouterOrigin

Describes which kind of router presents response.

Types

Link copied to clipboard
data class Custom constructor(val obj: Any? = null) : RouterOrigin

Can be used as a router origin of custom routes source, different from Offboard and Onboard.

Link copied to clipboard
object Offboard : RouterOrigin

Router based on Directions API.

Link copied to clipboard
object Onboard : RouterOrigin

Router based on embedded offline library and local navigation tiles.

Inheritors

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