Custom metadata
If your use case requires it, it is possible to add your own data in the trip analysis request. For example, it can be data that is specific to your trip, application or user identification system.
Set metadata
let metadata: [String: String] = [
"key": "value"
]
DriveKitTripAnalysis.shared.setTripMetadata(metadata)Get metadata
DriveKitTripAnalysis.shared.getTripMetadata()Update metadata
Delete a specific metadata
Delete all metadata
Last updated
Was this helpful?

