NMATransitRouteStop
Class Summary
class NMATransitRouteStop
Derived from: NSObject
Represents a transit stop for some form of public transport.
Include: NMAKit.framework/headers/NMATransitRouteStop.h
[For complete information, see the section Class Details]
Public Property Summary
Public Properties |
---|
[readable, assign] The geo coordinates of the transit stop |
[readable, assign] The id of the transit stop for future use |
[readable, assign] The name of the transit stop |
Instance Method Summary
Instance Method Summary |
---|
|
Class Method Summary
Class Methods |
---|
|
Class Details
Represents a transit stop for some form of public transport.
Public Property Details
[readable, assign] NMAGeoCoordinates * coordinates
The geo coordinates of the transit stop.
[readable, assign] NSString * identifier
The id of the transit stop for future use. Identifier is not supported for public transport timetable route stops.
[readable, assign] NSString * name
The name of the transit stop.
It is localized to the locale of the region.
Instance Method Details
-(nonnull instancetype) init
Instances of this class should not be initialized directly
Class Method Details
+(nonnull instancetype) new
Instances of this class should not be initialized directly