Android API: 28
Mapbox Navigation SDK version: 0.30
Hi ! I am developing an app with MapBox. I am pulling geojson data and drawing it on to the map. After that process i am starting the navigation. Before navigation starts i draw the map matching route and it looks like this.

As you see the coordinates from the geojson file are shown as destination points but i want the destinations points to be the markers on the map. Is there any way that i can achieve this ?
Thanks.