LocationContextProviderEngine
public protocol LocationContextProviderEngine : ManageableEngine
The LocationContextProviderEngine protocol provides functionality related to information about a matched location.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Provides information related to the matched location.
Throws
An error if location context cannot be created.Declaration
Swift
func provideLocationContext(navigationSnapshot: NavigationSnapshot) throws -> LocationContext
Parameters
navigationSnapshot
The snapshot of the current navigation session.
Return Value
An instance of
LocationContext