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

#include <MPTransitTime.h>

Inheritance diagram for MPTransitTime:

Properties

NSString< Optional > * text
 
NSNumber< Optional > * value
 
NSString< Optional > * time_zone
 

Detailed Description

Transit time information.

Property Documentation

◆ text

- (NSString<Optional>*) text
readwritenonatomicstrong

The time specified as a string. The time is displayed in the time zone of the transit stop.

◆ time_zone

- (NSString<Optional>*) time_zone
readwritenonatomicstrong

Time zone of this stop/station. The value is the name of the time zone as defined in the IANA Time Zone Database, e.g. "America/New_York".

◆ value

- (NSNumber<Optional>*) value
readwritenonatomicstrong

The time specified as Unix time, or seconds since midnight, January 1, 1970 UTC.