MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPTransitDetails Class Reference

#include <MPTransitDetails.h>

Inheritance diagram for MPTransitDetails:

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
 

Detailed Description

Transit details information.

Property Documentation

◆ arrival_stop

- (MPTransitStop<Optional>*) arrival_stop
readwritenonatomicstrong

Arrival stop contains information about the arrival stop/station for this part of the trip.

◆ arrival_time

- (MPTransitTime<Optional>*) arrival_time
readwritenonatomicstrong

Contains the arrival times for this leg of the journey.

◆ departure_stop

- (MPTransitStop<Optional>*) departure_stop
readwritenonatomicstrong

Departure stop contains information about the departure stop/station for this part of the trip.

◆ departure_time

- (MPTransitTime<Optional>*) departure_time
readwritenonatomicstrong

Contains the departure times for this leg of the journey.

◆ headsign

- (NSString<Optional>*) headsign
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.

◆ headway

- (NSNumber<Optional>*) headway
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.

◆ line

- (MPTransitLine<Optional>*) line
readwritenonatomicstrong

Line contains information about the transit line used in this step.

◆ num_stops

- (NSNumber<Optional>*) num_stops
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.