ISItinerary Class Reference

Inherits from NSObject
Declared in ISItinerary.h

Overview

Class used to define an Itinerary with its instructions.

  startPoint

Start point.

@property (nonatomic, readonly) CGPoint startPoint

Declared In

ISItinerary.h

  startMapId

Start map identifier.

@property (nonatomic, readonly) int startMapId

Declared In

ISItinerary.h

  endPoint

End point.

@property (nonatomic, readonly) CGPoint endPoint

Declared In

ISItinerary.h

  endMapId

End map identifier.

@property (nonatomic, readonly) int endMapId

Declared In

ISItinerary.h

  instructions

An array that contains all the itinerary instructions (array of ISItineraryInstruction).

@property (nonatomic, readonly) NSArray *instructions

Declared In

ISItinerary.h

  totalDistance

The total distance (in meters) from departure to arrival.

@property (nonatomic, readonly) float totalDistance

Declared In

ISItinerary.h

  totalTime

The time (in seconds) from departure to arrival.

@property (nonatomic, readonly) float totalTime

Declared In

ISItinerary.h

  remainingDistance

The remaining distance (in meters) from current location (or departure if no location is set) to arrival.

@property (nonatomic, readonly) float remainingDistance

Declared In

ISItinerary.h

  remainingTime

The time (in seconds) from current location (or departure if no location is set) to arrival.

@property (nonatomic, readonly) float remainingTime

Declared In

ISItinerary.h

  currentInstructionIndex

The current instruction index.

@property (nonatomic, readonly) int currentInstructionIndex

Declared In

ISItinerary.h

  currentInstructionInfo

The current instruction information.

@property (nonatomic, readonly, copy) NSString *currentInstructionInfo

Declared In

ISItinerary.h

– getNbSections

Method used to get the total amout of sections.

- (int)getNbSections

Return Value

The total amout of sections.

Declared In

ISItinerary.h