LocationConsumer
@objc
public protocol LocationConsumer
The LocationConsumer
protocol defines a method that a class must implement to consume location updates from LocationManager
-
New location update received
Declaration
Swift
func locationUpdate(newLocation: Location)