TTRouteGuidance
Objective-C
@interface TTRouteGuidance : NSObject
Swift
class TTRouteGuidance : NSObject
A TTRouteGuidance contains parameters with instruction and group of instruction about the route.
-
Return array of TTInstruction objects
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<TTInstruction *> *_Nonnull instructions;Swift
var instructions: [TTInstruction] { get }Return Value
NSArray
* -
Return array of TTInstructionGroup objects
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<TTInstructionGroup *> *_Nonnull instructionGroups;Swift
var instructionGroups: [TTInstructionGroup] { get }Return Value
NSArray
*
TTRouteGuidance Class Reference