how to create Map Markers on UIImageView?
I am using static images in Imageview to show some area. I want to place pin markers that we can create on google maps.
What is a good way to implem开发者_开发问答ent this?
Thanks in advance.
I'm assuming you're using google's static maps API. If that's the case check out google's documentation, it seems to explain what you need pretty well (if I understood correctly).
Google Static Maps API - Markers
精彩评论