views:

30

answers:

1

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
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