I can't inflate a view in a custom infowindow in Mapbox. (Setting getinfowindow with images)
- 阅读更多 关于 I can't inflate a view in a custom infowindow in Mapbox. (Setting getinfowindow with images)
问题 I am doing a map guide for Android using Mapbox and Android Studio IDE, but I am having a hard time dealing with the custom infowindow. I want to inflate the infowindow (the one after I click on a marker) but as of yet I want to use an XML for that for an easy customization (I am open for suggestions, I still need to add a different image for each of the markers.). I am using a customization in the code itself just for testing, but I want to inflate an XML for that purporse. The following