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

#include <MPTransitVehicle.h>

Inheritance diagram for MPTransitVehicle:

Properties

NSString< Optional > * name
 
NSString< Optional > * type
 
NSString< Optional > * icon
 
NSString< Optional > * local_icon
 

Detailed Description

Transit vehicle information.

Property Documentation

◆ icon

- (NSString<Optional>*) icon
readwritenonatomicstrong

Icon contains the URL for an icon associated with this vehicle type.

◆ local_icon

- (NSString<Optional>*) local_icon
readwritenonatomicstrong

Local icon contains the URL for the icon associated with this vehicle type, based on the local transport signage.

◆ name

- (NSString<Optional>*) name
readwritenonatomicstrong

Name contains the name of the vehicle on this line. eg. "Subway."

◆ type

- (NSString<Optional>*) type
readwritenonatomicstrong

Type contains the type of vehicle that runs on this line. See the Vehicle Type documentation for a complete list of supported values.