NavigationLocationContextObserver
public protocol NavigationLocationContextObserver : Observer
An observer to receive navigation guidance events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that a new location context has been generated.
Declaration
Swift
func didDetectLocationContext(locationContext: LocationContext)Parameters
locationContextThe new location context.
NavigationLocationContextObserver Protocol Reference