MapsIndoors iOS SDK V3
|
#include <MPTransitDetails.h>
Properties | |
MPTransitLine< Optional > * | line |
MPTransitStop< Optional > * | arrival_stop |
MPTransitStop< Optional > * | departure_stop |
MPTransitTime< Optional > * | arrival_time |
MPTransitTime< Optional > * | departure_time |
NSString< Optional > * | headsign |
NSNumber< Optional > * | headway |
NSNumber< Optional > * | num_stops |
Transit details information.
|
readwritenonatomicstrong |
Arrival stop contains information about the arrival stop/station for this part of the trip.
|
readwritenonatomicstrong |
Contains the arrival times for this leg of the journey.
|
readwritenonatomicstrong |
Departure stop contains information about the departure stop/station for this part of the trip.
|
readwritenonatomicstrong |
Contains the departure times for this leg of the journey.
|
readwritenonatomicstrong |
Headsign specifies the direction in which to travel on this line, as it is marked on the vehicle or at the departure stop. This will often be the terminus station.
|
readwritenonatomicstrong |
Specifies the expected number of seconds between departures from the same stop at this time. For example, with a headway value of 600, you would expect a ten minute wait if you should miss your bus.
|
readwritenonatomicstrong |
Line contains information about the transit line used in this step.
|
readwritenonatomicstrong |
Number of stops. Contains the number of stops in this step, counting the arrival stop, but not the departure stop. For example, if your directions involve leaving from Stop A, passing through stops B and C, and arriving at stop D, num_stops will return 3.