Disabled by default.
Declaration
Swift
public static let allRegionsEnabled: Bool
Disabled by default.
Declaration
Swift
public static let regionsAlongRouteEnabled: Bool
Only update the regions on the route, not the nearby ones.
Declaration
Swift
public static let regionsAlongRouteRadius: Measurement<UnitLength>
Disabled by default.
Declaration
Swift
public static let relevantRegionsEnabled: Bool
Only update the current region, not the nearby ones.
Declaration
Swift
public static let relevantRegionsRadius: Measurement<UnitLength>
Periodic relevant region updates are disabled by default. Meaning that this operation is triggered only iniitially,
when the map updates are enabled, by setting NDSStore/schedule(operations:)
to true
.
Declaration
Swift
public static let relevantRegionsUpdateInterval: Measurement<UnitDuration>