mapbox / mapbox-navigation-android-examples

Other
53 stars 46 forks source link

How can I use getEdgeMetadata to retrieve attribute data from the EHorizonEdgeMetadata class during the navigation process? #197

Open zhangfan321 opened 7 months ago

zhangfan321 commented 7 months ago

Currently, the program runs navigation successfully after downloading the code. However, I want to access attribute data from the EHorizonEdgeMetadata class (such as curvature, maximum speed, etc.) during the navigation process. How can I use the getEdgeMetadata method and where should I add code to achieve this?