PuckLocationConsumer
@objc
public protocol PuckLocationConsumer
The PuckLocationConsumer
protocol defines a method that a conformer must implement to consume a puck’s accurate location.
-
To be invoked when a new puck’s location is received.
Declaration
Swift
func puckLocationUpdate(newLocation: Location)