This RPC allows you to get navigation waypoint data
@since RPC 4.1
Convenience init to get waypoints.
- (nonnull instancetype)initWithType:(nonnull SDLWayPointType)type;
init(type: SDLWayPointType)
To request for either the destination only or for all waypoints including destination
An SDLGetWayPoints object
To request for either the destination only or for all waypoints including destination
Required
@property (nonatomic, strong, nullable) SDLWayPointType waypointType;
var waypointType: SDLWayPointType? { get set }