offline top-level property

Option offline
getter/setter pair

An option that tells the routing system to operate offline (i.e., rely on cached/local data only).

Implementation

Option offline = (RoutingOptions opts) {
  opts.offline = true;
};