LocationUpdateObserver
public protocol LocationUpdateObserver : Observer
Declares an observer that can receive location updates.
-
Notified when a new location is available with source that provides the location.
Declaration
Swift
func didUpdateLocation(location: GeoLocation)Parameters
locationThe new
GeoLocation.
TomTom SDK for iOS (0.53.1)
LocationUpdateObserver