NavigationLocationContextObserver
public protocol NavigationLocationContextObserver : Observer
                Declares an observer that can receive navigation guidance events.
- 
                  
                  
Notifies that a new location context has been generated.
Declaration
Swift
func didDetectLocationContext(locationContext: LocationContext)Parameters
locationContextThe new location context.
 
        
 
          TomTom SDK for iOS (0.51.1)
        
          NavigationLocationContextObserver