Python:
Trajectory List Structurerm_trajectory_list_t
Parameter description
Parameter | Type | Description |
---|---|---|
page_num | int | Page number. |
page_size | int | Number of items per page. |
total_size | int | Total length of the list. |
vague_search | char | Vague search. |
list_len | int | Length of the returned trajectory list that matches the criteria. |
tra_list | rm_trajectory_info_t | Returned list of trajectories that match the criteria. |
Jump to rm_trajectory_info_t for details of the structure.