BTNJourney Class Reference

Inherits from BTNBaseEntity : BTNModelObject
Declared in BTNJourney.h

Overview

All fields are optional and should be populated only if known.

– setStartLocation:

Sets the starting location of the journey.

- (void)setStartLocation:(BTNLocation *)startLocation

Discussion

Sets the starting location of the journey.

Declared In

BTNJourney.h

– setDestinationLocation:

Sets the destination location of the journey.

- (void)setDestinationLocation:(BTNLocation *)destinationLocation

Discussion

Sets the destination location of the journey.

Declared In

BTNJourney.h

– setStartTime:

Sets the start date/time of the journey.

- (void)setStartTime:(NSDate *)startTime

Discussion

Sets the start date/time of the journey.

Declared In

BTNJourney.h

– setEndTime:

Sets the end date/time of the journey.

- (void)setEndTime:(NSDate *)endTime

Discussion

Sets the end date/time of the journey.

Declared In

BTNJourney.h

– setTransportType:

Sets the type of transportation @see BTNTransportType.

- (void)setTransportType:(BTNTransportType)transportType

Discussion

Sets the type of transportation @see BTNTransportType.

Declared In

BTNJourney.h