OfflineRoutingEngineOptions
public struct OfflineRoutingEngineOptions
Options to configure offline routing engine.
-
In-memory cache limit in bytes. If not set, default value of 80 Megabytes is used. It is clamped from 1 Megabyte to 256 Megabytes.
Declaration
Swift
public var memoryCacheSizeLimitInBytes: Int64 -
Creates a new instance.
Declaration
Swift
public init(memoryCacheSizeLimitInBytes: Int64 = 0)