TTRouteGuidance

@interface TTRouteGuidance : NSObject

A TTRouteGuidance contains parameters with instruction and group of instruction about the route.

  • Return array of TTInstruction objects

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSArray<TTInstruction *> *instructions;

    Swift

    var instructions: [TTInstruction]! { get }

    Return Value

    NSArray *

  • Return array of TTInstructionGroup objects

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        NSArray<TTInstructionGroup *> *instructionGroups;

    Swift

    var instructionGroups: [TTInstructionGroup]! { get }

    Return Value

    NSArray *