LocationContextEvent
public enum LocationContextEvent
Represents the location context event.
Indicates that the location context has been detected.
Declaration
Swift
case didDetectLocationContext(context: LocationContext)
Parameters
context
|
The detected location context. |