ISItineraryWrapper Class Reference

Inherits from NSObject
Declared in ISItineraryWrapper.h

Overview

@header ISItineraryWrapper.h ISItineraryWrapper

+ computeShortestPathWithSourcePositions:andDestPositions:andStartId:andEndId:

Method called to get the shortest path between different positions.

+ (Boolean)computeShortestPathWithSourcePositions:(NSMutableArray *)sourcePositions andDestPositions:(NSMutableArray *)destPositions andStartId:(int *)startId andEndId:(int *)endId

Parameters

sourcePositions

An array of ISPositions who represent start positions.

destPositions

An array of ISPositions who represent end positions.

startId

Index of the start position you have to pick for the shortest path.

endId

Index of the end position you have to pick for the shortest path.

Declared In

ISItineraryWrapper.h