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
fun setTripMetaData(metaData: HashMap<String, String>?)Get metadata
fun getTripMetaData(): HashMap<String, String>?Update metadata
fun updateTripMetaData(key: String, value: String?)Delete a specific metadata
Delete all metadata
Last updated
Was this helpful?

