SDLGetWayPoints Class Reference

Section Contents

Overview

This RPC allows you to get navigation waypoint data

@since RPC 4.1

-initWithType:

Convenience init to get waypoints.

Objective-C

- (nonnull instancetype)initWithType:(nonnull SDLWayPointType)type;

Swift

init(type: SDLWayPointType)

Parameters

type

To request for either the destination only or for all waypoints including destination

Return Value

An SDLGetWayPoints object

waypointType

To request for either the destination only or for all waypoints including destination

Required

Objective-C

@property (nonatomic, strong, nullable) SDLWayPointType waypointType;

Swift

var waypointType: SDLWayPointType? { get set }