PredictiveCacheLocationOptions
public struct PredictiveCacheLocationOptions
Specifies the content that a predictive cache fetches and how it fetches the content.
-
How far around the user’s location caching is going to be performed.
Defaults to 2000 meters.
Declaration
Swift
public var currentLocationRadius: CLLocationDistance
-
How far around the active route caching is going to be performed (if route is set).
Defaults to 500 meters.
Declaration
Swift
public var routeBufferRadius: CLLocationDistance
-
How far around the destination location caching is going to be performed (if route is set).
Defaults to 5000 meters.
Declaration
Swift
public var destinationLocationRadius: CLLocationDistance
-
Declaration
Swift
public init()