Android: How to to set imageView as a marker in google map API android?
问题 till now i was using drawable to populate marker on my map .Now i was wondering it would be cool if i could display custom imageview as a marker in map. till now i am doing it like itemized= new Itemazide(drawable, mContext); i want to achieve something like 回答1: Yeah I was wondering if I could do something like this, i.e. show a custom View instead of drawable. You can override draw() method, but unfortunately it always (someone please tell me I'm wrong) has to be drawable. I think it's