RefreshParameters
public struct RefreshParameters
Configuration for applying RouteRefreshSource
updates to a route.
-
Configuration for type of information to be merged during refreshing.
See moreDeclaration
Swift
public struct PropertiesToMerge : OptionSet
-
Configures starting point to run the partial route refreshing.
See moreDeclaration
Swift
public struct StartingIndex
-
Configuration for type of information to be merged during refreshing.
Declaration
Swift
public var propertiesToMerge: PropertiesToMerge
-
Configures starting point to run the partial route refreshing.
If set to
nil
- route will be refreshed from the beginning.Declaration
Swift
public var startingIndex: StartingIndex?
-
Creates new
RefreshParameters
.Declaration
Swift
public init(propertiesToMerge: PropertiesToMerge = .everything, startingIndex: StartingIndex? = nil)