SYTrajectoryManager Class Reference

The interface responsible for managing Trajectory objects. All Trajectory objects should be created and destroyed through this interface. More...

#import <SYTrajectory.h>

Inheritance diagram for SYTrajectoryManager:
Collaboration diagram for SYTrajectoryManager:

Class Methods

(void) + createTrajectoryWithCompletion:
 Asynchronously creates a Trajectory object from current vehicle position or route trace (if available). More...
 

Detailed Description

The interface responsible for managing Trajectory objects. All Trajectory objects should be created and destroyed through this interface.

Method Documentation

◆ createTrajectoryWithCompletion:

+ (void) createTrajectoryWithCompletion: (nonnull SYTrajectoryCreatedCompletionBlock)  completion

Asynchronously creates a Trajectory object from current vehicle position or route trace (if available).

Parameters
completionCompletion block used as a callback, which returns the created [SYTrajectory] pointer as well as result of the operation.

The documentation for this class was generated from the following file: