The interface responsible for managing Trajectory objects. All Trajectory objects should be created and destroyed through this interface. More...
#import <SYTrajectory.h>
Class Methods | |
(void) | + createTrajectoryWithCompletion: |
Asynchronously creates a Trajectory object from current vehicle position or route trace (if available). More... | |
The interface responsible for managing Trajectory objects. All Trajectory objects should be created and destroyed through this interface.
+ (void) createTrajectoryWithCompletion: | (nonnull SYTrajectoryCreatedCompletionBlock) | completion |
Asynchronously creates a Trajectory object from current vehicle position or route trace (if available).
completion | Completion block used as a callback, which returns the created [SYTrajectory] pointer as well as result of the operation. |