core/routing/options library

Classes

RoutingOptions
Options for routing operations.

Properties

expired Option
An option that tells the routing system to return expired records when no newer records are known.
getter/setter pair
offline Option
An option that tells the routing system to operate offline (i.e., rely on cached/local data only).
getter/setter pair

Typedefs

Option = dynamic Function(RoutingOptions options)
Options for routing operations.