Is it possible to add a single overlay to a MapView without having to use the ItemizedOverlay class which seems a bit overkill for a single overlay?

link|improve this question

I haven't been able to find a solution for this, so ended up using ItemizedOverlay with one item in it. Yet, this was about a year ago now - I haven't check if anybody found a way lately. – Aleks G Jan 27 at 13:03
Seems like overkil to me, but thanks. Hopefully someone will know a way... – Camsoft Jan 27 at 13:06
feedback

1 Answer

up vote 2 down vote accepted

Yes it is possible, you can create a sub-class that extends Overlay and override its draw() and add your stuff to show an Overlay. Here is a complete example for the same.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.