Is this possible?
I'm currently using an online xml file to position the markers and provide details on tap (its working perfectly).
I can easily add an <markerimage> field to the xml file but how can change the below code to display the new marker images? if its possible...
- Code: Select all
this.defaultMarker = getResources().getDrawable(R.drawable.stageiconlarge);
Thanks

