LocationContextEvent
public enum LocationContextEvent
Represents the location context event.
-
Indicates that the location context has been detected.
Declaration
Swift
case didDetectLocationContext(context: LocationContext)Parameters
contextThe detected location context.
TomTom SDK for iOS (0.53.1)
LocationContextEvent