ISItineraryRenderer Class Reference

Inherits from NSObject
Conforms to ISRenderer
Declared in ISItineraryRenderer.h

Overview

Class used to handle itinerary rendering.

  currentStepId

Current itinerary step identifier.

@property (nonatomic, readonly) int currentStepId

Declared In

ISItineraryRenderer.h

  delegate

Delegate reference for ISGfxItinerary special touch events.

@property (weak) id<ISItineraryRenderDelegate> delegate

Declared In

ISItineraryRenderer.h

  itineraryAvailable

Boolean used to know if an itinerary is available (stored).

@property (nonatomic, readonly) Boolean itineraryAvailable

Declared In

ISItineraryRenderer.h

  layer

Map view layer.

@property (weak) CCLayer *layer

Declared In

ISItineraryRenderer.h

  frontFillColor

Color of the itinerary route foreground.

@property (nonatomic, retain) UIColor *frontFillColor

Declared In

ISItineraryRenderer.h

  frontStrokeThickness

Thickness of the itinerary route foreground.

@property (nonatomic, readwrite) float frontStrokeThickness

Declared In

ISItineraryRenderer.h

  backFillColor

Color of the itinerary route background.

@property (nonatomic, retain) UIColor *backFillColor

Declared In

ISItineraryRenderer.h

  backStrokeThickness

Thickness of the itinerary route background.

@property (nonatomic, readwrite) float backStrokeThickness

Declared In

ISItineraryRenderer.h

  selectedFillColor

Color of the itinerary route if selected.

@property (nonatomic, retain) UIColor *selectedFillColor

Declared In

ISItineraryRenderer.h

  onlyPath

Boolean used to know if only the path is drawn.

@property (nonatomic, readwrite) Boolean onlyPath

Declared In

ISItineraryRenderer.h

  progressiveDrawing

Color of the itinerary route background.

@property (nonatomic, readwrite) Boolean progressiveDrawing

Declared In

ISItineraryRenderer.h

  defaultWaypointColor

Default itinerary waypoint color.

@property (nonatomic, retain) UIColor *defaultWaypointColor

Declared In

ISItineraryRenderer.h

  startWaypointColor

Start itinerary waypoint color.

@property (nonatomic, retain) UIColor *startWaypointColor

Declared In

ISItineraryRenderer.h

  endWaypointColor

End itinerary waypoint color.

@property (nonatomic, retain) UIColor *endWaypointColor

Declared In

ISItineraryRenderer.h

  entryWaypointColor

Entry itinerary waypoint color.

@property (nonatomic, retain) UIColor *entryWaypointColor

Declared In

ISItineraryRenderer.h

  mapChangerWaypointColor

Map changer waypoint color (for 3D rendering only).

@property (nonatomic, retain) UIColor *mapChangerWaypointColor

Declared In

ISItineraryRenderer.h