Issue
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?
Solution
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.
Answered By - Lalit Poptani
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.