A navigation service manifest.
Convenience init.
- (nonnull instancetype)initWithAcceptsWayPoints:(BOOL)acceptsWayPoints;
init(acceptsWayPoints: Bool)
Informs the subscriber if this service can actually accept way points
A SDLNavigationServiceManifest object
Informs the subscriber if this service can actually accept way points.
Boolean, Optional
@property (nonatomic, strong, nullable) NSNumber<SDLBool> *acceptsWayPoints;
var acceptsWayPoints: (NSNumber & SDLBool)? { get set }