SITDirectionsManager
@interface SITDirectionsManager : NSObject <SITDirectionsInterface>
Central component that provides guidances and routes to travel from a SITLocation or SITPoint to a destination place. Currently only works for route inside indoor areas.
-
The object conforming to the SITDirectionsDelegate protocol where updates will be provided
Declaration
Objective-C
@property (readwrite, nonatomic) id<SITDirectionsDelegate> _Nullable delegate;
Swift
weak var delegate: SITDirectionsDelegate? { get set }