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
location
The new
GeoLocation
.