ISItineraryRenderDelegate Protocol Reference

Conforms to NSObject
Declared in ISItineraryRenderer.h

Overview

Protocol used to handle Itinerary special touch events.

– onWaypointClickedWithItinerary:andInstructionIndex:andSection: required method

Method called when an Itinerary section was touched.

- (void)onWaypointClickedWithItinerary:(ISItinerary *)itinerary andInstructionIndex:(int)instructionIndex andSection:(ISItinerarySection *)section

Parameters

itinerary

The related ISItinerary.

instructionIndex

The related ISItineraryInstruction index.

section

The touched ISItinerarySection.

Declared In

ISItineraryRenderer.h

– onInstructionClickedWithItinerary:andInstructionIndex: required method

Method called when an Itinerary instruction was touched (edges).

- (void)onInstructionClickedWithItinerary:(ISItinerary *)itinerary andInstructionIndex:(int)instructionIndex

Parameters

itinerary

The related ISItinerary.

instructionIndex

The related ISItineraryInstruction index.

Declared In

ISItineraryRenderer.h

– onMapSwitcherClickedWithNextPosition: required method

Method called when an Itinerary map switcher was touched (waypoint used to change map).

- (void)onMapSwitcherClickedWithNextPosition:(ISPosition *)nextPosition

Parameters

nextPosition

The next position to display.

Declared In

ISItineraryRenderer.h