SITDirectionsManager
Objective-C
@interface SITDirectionsManager : NSObject <SITDirectionsInterface>
Swift
class 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 (nonatomic, weak) id<SITDirectionsDelegate> _Nullable delegate;
Swift
weak var delegate: SITDirectionsDelegate? { get set }