Extended capabilities for an onboard navigation system
Convenience init with all parameters
- (nonnull instancetype)initWithSendLocation:(BOOL)sendLocationEnabled
waypoints:(BOOL)waypointsEnabled;
init(sendLocation sendLocationEnabled: Bool, waypoints waypointsEnabled: Bool)
Whether or not the SendLocation RPC is enabled
Whether SDLNavigationInstruction.hor not Waypoint related RPCs are enabled
An SDLNavigationCapability object
Whether or not the SendLocation RPC is enabled.
Boolean, optional
@property (nonatomic, copy, nullable) NSNumber *sendLocationEnabled;
@NSCopying var sendLocationEnabled: NSNumber? { get set }
Whether or not Waypoint related RPCs are enabled.
Boolean, optional
@property (nonatomic, copy, nullable) NSNumber *getWayPointsEnabled;
@NSCopying var getWayPointsEnabled: NSNumber? { get set }