MapBox markers stopped showing in the map after using dynamic data because the data comes late
问题 i have implemented a mapbox and it works so fine with static markers data , but when i used dynamic data that comes from retrofit 2 , the markers are not showing anymore , here an example of the result of query test on postman: [ { "cyclist_id": 1, "title": "Bike Cyclist 1", "latitude": 35.785118, "longitude": 10.000871 }, { "cyclist_id": 2, "title": "Bike Cyclist 2", "latitude": 36.9001, "longitude": 10.90175 }, { "cyclist_id": 3, "title": "Bike Cyclist 3", "latitude": 35.900893, "longitude"