Obtain the ID of pressed series points using scatter chart

Using coordinates (latitude and longitude) I want to use the scatter chart to create something similar to a map/track. To insert the points I use the “lv_chart_set_value_by_id2()” function. Up to this point no problems. I now need to obtain the ID of a certain point when it is pressed. Is it possible to use the “lv_chart_get_pressed_point()” function to obtain the id in scatter charts “(lv_chart_set_type(obj, LV_CHART_TYPE_SCATTER)”?

Thanks!