offline top-level property
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;
};
An option that tells the routing system to operate offline (i.e., rely on cached/local data only).
Option offline = (RoutingOptions opts) {
opts.offline = true;
};