I need to add 'balloon'- like markers to my map view. The difficult thing here - these markers include a variable-length text labels so these balloons have variable sizes. Actually this is exactly what implemented in native google-maps application to show labels. Any idea what is optimal way to do this?
A:
You need to implement custom overlay. This article will be a good start.
cement
2010-10-27 17:57:30
Thanks for reply, but referred article only explains how to place markers on the map. It doesn't answer my question - how to create markers of variable form.
Vlad
2010-10-28 11:12:40