ZendriveVehicleTaggingDetails

@interface ZendriveVehicleTaggingDetails : NSObject

The vehicle tagging details of a drive. These details are provided for drives that are tagged by a vehicle. For a given vehicle, both bluetooth car stereo and beacon can be used to tag with the same `vehicleId.

In case a drive is tagged using both bluetooth car stereo and beacon having different associated vehicleIds, the bluetooth car stereo vehicleId supersedes the beacon vehicleId.

  • The vehicleId of the tagged vehicle

    Declaration

    Objective-C

    @property (nonatomic, nonnull) NSString *vehicleId;
  • This flag determines if vehicle is tagged using beacon

    Declaration

    Objective-C

    @property (nonatomic) BOOL isTaggedByBeacon;
  • This flag determines if vehicle is tagged using bluetooth stereo

    Declaration

    Objective-C

    @property (nonatomic) BOOL isTaggedByBluetoothStereo;