A couple of questions about using Google’s static maps,(http://code.google.com/apis/maps/documentation/staticmaps/).
Can’t seem to find an answer (maybe due to the impossibleness of what I need)
- Is there no way to display markers with double-digit labels such as ’11’, ’12’, etc. ?
I have more than 10 markers and I label them by simple numbers – Am I really restricted to using only 0…9 ? (the uppercase letter are of no use to me) - What would be the way to make the markers anchors? Do I need to use the Google maps javascript library ?
Thanks for any info.
Static Maps API serves an image only, so making the markers (on the served image) anchor tags is not really possible.
I guess you could sort of do it through an HTML image map, but trying to figure out how to make that work reliably is all but certainly vastly more difficult than just using Google Maps API v3 instead of the Static Maps API.
Google Maps API v3 may have limitations too, depending on your use case, but it will certainly get you a lot closer a lot faster.