GMTSTripPropertyFields

GMTSTripPropertyFields

Enumerations

enum  GMTSTripPropertyFields {
  GMTSTripPropertyFieldNone = 0, GMTSTripPropertyFieldTripName = 1, GMTSTripPropertyFieldVehicleID = 1 << 1, GMTSTripPropertyFieldTripType = 1 << 2,
  GMTSTripPropertyFieldTripStatus = 1 << 3, GMTSTripPropertyFieldPickupLocation = 1 << 4, GMTSTripPropertyFieldPickupTime = 1 << 5, GMTSTripPropertyFieldDropoffLocation = 1 << 6,
  GMTSTripPropertyFieldDropoffTime = 1 << 7, GMTSTripPropertyFieldRouteLastVehicleLocation = 1 << 8, GMTSTripPropertyFieldNumberOfPassengers = 1 << 9, GMTSTripPropertyFieldRemainingWaypoints = 1 << 10,
  GMTSTripPropertyFieldIntermediateDestinations = 1 << 11, GMTSTripPropertyFieldIntermediateDestinationIndex = 1 << 12, GMTSTripPropertyFieldRemainingDistanceOfActiveRouteInMeters = 1 << 13, GMTSTripPropertyFieldDistanceOfRemainingRouteInMeters = 1 << 14,
  GMTSTripPropertyFieldActiveRoute = 1 << 15, GMTSTripPropertyFieldActiveRouteTraffic = 1 << 16, GMTSTripPropertyFieldRemainingRoute = 1 << 17, GMTSTripPropertyFieldRemainingRouteTraffic = 1 << 18
}
 Indicates each property in the Trip object. More...

Enumeration Type Documentation

Indicates each property in the Trip object.

For populating the difference generated by differentPropertiesBetween:and:

Enumerator:
GMTSTripPropertyFieldNone 
GMTSTripPropertyFieldTripName 
GMTSTripPropertyFieldVehicleID 
GMTSTripPropertyFieldTripType 
GMTSTripPropertyFieldTripStatus 
GMTSTripPropertyFieldPickupLocation 
GMTSTripPropertyFieldPickupTime 
GMTSTripPropertyFieldDropoffLocation 
GMTSTripPropertyFieldDropoffTime 
GMTSTripPropertyFieldRouteLastVehicleLocation 
GMTSTripPropertyFieldNumberOfPassengers 
GMTSTripPropertyFieldRemainingWaypoints 
GMTSTripPropertyFieldIntermediateDestinations 
GMTSTripPropertyFieldIntermediateDestinationIndex 
GMTSTripPropertyFieldRemainingDistanceOfActiveRouteInMeters 
GMTSTripPropertyFieldDistanceOfRemainingRouteInMeters 
GMTSTripPropertyFieldActiveRoute 
GMTSTripPropertyFieldActiveRouteTraffic 
GMTSTripPropertyFieldRemainingRoute 
GMTSTripPropertyFieldRemainingRouteTraffic