I am using Ti.Map for my application.
Now,I would like to add the image overlay on my map.
for example google map API has this function.
I checked the TI.Map class and found only createCircle or createPolygon... However both methods are not what I want....
Can I have image overlay on TI.Map?