Closed hodlinn closed 4 years ago
We've solved this in the latest version of XRHub.
We've added the "icon" parameter to the "MapMarker" constructor which allows you to control the coin appearance on the map. Here is an example use case:
val marker = MapMarker(location = coin.location, icon = mapIcon)
We've also updated the Quickstart tutorial and its source code.
Please, follow these steps to upgrade your app:
Thanks for the feedback and please let us know if you have any questions!
I was able to work everything fine but when opened, the coins on the navigation map still that of Spheroid even after all was changed. @SpheroidUniverse