- Developers
- Sygic Mobile Telematics SDK
- iOS Library
- Real time trip events
Real time trip events
Introduction
Documentation is provided through Swift.
Real time events
Define it when you want to be updated with real-time events.
Conform or not to SygicDrivingDelegate protocol in your class
driving:(SygicDriving*) driving eventStarted:(SygicTripEvent*) event;
(void) driving:(SygicDriving*) driving tripDidStart:(double) timestamp;
(void) driving:(SygicDriving*) driving tripDidEnd:(double) timestamp