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.
- navigationSnapshot: The snapshot of the current navigation session.
Declaration
Swift
func provideLocationContext(navigationSnapshot: NavigationSnapshot) throws -> LocationContext