- Developers
- Sygic Mobile Telematics SDK
- iOS Library
- Trip control
Trip control
Introduction
Documentation is provided through Swift.
Enable automatic trip detection
Make trip detection automatic or not.
SygicDriving.sharedInstance().enableTripDetection(Bool)
Enable manual trip start and end
Trip detection is typically automatic, but you can control it manually.
SygicDriving.sharedInstance().startTrip()
...
SygicDriving.sharedInstance().endTrip()