views:

79

answers:

1

Hi,

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 implement this?

Thanks in advance.

A: 

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

Nebs