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 *> *_Nonnull instructions;

    Swift

    var instructions: [TTInstruction] { get }

    Return Value

    NSArray *

  • Return array of TTInstructionGroup objects

    Declaration

    Objective-C

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

    Swift

    var instructionGroups: [TTInstructionGroup] { get }

    Return Value

    NSArray *