BTNJourney Class Reference
| Inherits from | BTNBaseEntity : BTNModelObject |
|---|---|
| Declared in | BTNJourney.h |
– setStartLocation:
Sets the starting location of the journey.
- (void)setStartLocation:(BTNLocation *)startLocationDiscussion
Sets the starting location of the journey.
Declared In
BTNJourney.h
– setDestinationLocation:
Sets the destination location of the journey.
- (void)setDestinationLocation:(BTNLocation *)destinationLocationDiscussion
Sets the destination location of the journey.
Declared In
BTNJourney.h
– setStartTime:
Sets the start date/time of the journey.
- (void)setStartTime:(NSDate *)startTimeDiscussion
Sets the start date/time of the journey.
Declared In
BTNJourney.h
– setEndTime:
Sets the end date/time of the journey.
- (void)setEndTime:(NSDate *)endTimeDiscussion
Sets the end date/time of the journey.
Declared In
BTNJourney.h
– setTransportType:
Sets the type of transportation @see BTNTransportType.
- (void)setTransportType:(BTNTransportType)transportTypeDiscussion
Sets the type of transportation @see BTNTransportType.
Declared In
BTNJourney.h