ISItineraryInstruction Class Reference

Inherits from NSObject
Declared in ISItineraryInstruction.h

Overview

Class used to define an itinerary instruction.

  instructionId

Instruction identifier.

@property (nonatomic, readonly) NSString *instructionId

Declared In

ISItineraryInstruction.h

  instructionInformation

Instruction label.

@property (nonatomic, readonly) NSString *instructionInformation

Declared In

ISItineraryInstruction.h

  boundingRect

Instruction bounding rect (in ext coordinates).

@property (nonatomic, readonly) CGRect boundingRect

Declared In

ISItineraryInstruction.h

  mapId

Instruction related map identifier.

@property (nonatomic, readonly) int mapId

Declared In

ISItineraryInstruction.h

  steps

An array that contains all the instruction steps (array of ISItinerarySection).

@property (nonatomic, readonly) NSArray *steps

Declared In

ISItineraryInstruction.h

  pictureUrl

Related picture url.

@property (nonatomic, readonly) NSString *pictureUrl

Declared In

ISItineraryInstruction.h

  overlayUrl

Related overlay url (image to put on top of the picture: could be nil).

@property (nonatomic, readonly) NSString *overlayUrl

Declared In

ISItineraryInstruction.h

  remainingDistance

Distance to arrival.

@property (nonatomic, readonly) float remainingDistance

Declared In

ISItineraryInstruction.h

  lengthInMeters

Length in meters.

@property (nonatomic, readonly) float lengthInMeters

Declared In

ISItineraryInstruction.h

  remainingTime

Time to arrival.

@property (nonatomic, readonly) float remainingTime

Declared In

ISItineraryInstruction.h

  durationInSeconds

Duration in seconds.

@property (nonatomic, readonly) float durationInSeconds

Declared In

ISItineraryInstruction.h

  isMapChanger

Boolean used to know if the section corresponds to a map change.

@property (nonatomic, readonly) Boolean isMapChanger

Declared In

ISItineraryInstruction.h

– hasPicture

Method used to know if the instruction has a related picture.

- (Boolean)hasPicture

Return Value

YES if the instruction has a related picture, otherwise NO.

Declared In

ISItineraryInstruction.h

– hasPictureUrl

Method used to know if the instruction has a related picture url.

- (Boolean)hasPictureUrl

Return Value

YES if the instruction has a related picture url, otherwise NO.

Declared In

ISItineraryInstruction.h