ISItineraryBaseRequest Class Reference

Inherits from NSObject
Conforms to ISCancelable
Declared in ISItineraryBaseRequest.h

Overview

Class used to represent a base itinerary request.

  itinerary

Request itinerary (will be filled by the ISItineraryProvider).

@property (nonatomic, retain) ISItinerary *itinerary

Declared In

ISItineraryBaseRequest.h

  delegate

Itinerary request delegate.

@property (nonatomic, retain) id<ISItineraryRequestDelegate> delegate

Declared In

ISItineraryBaseRequest.h

  pmr

Boolean used to know if we compute the route for disabled people.

@property (nonatomic, readwrite) Boolean pmr

Declared In

ISItineraryBaseRequest.h

– recompute

Method called to recompute the same itinerary request.

- (void)recompute

Declared In

ISItineraryBaseRequest.h