tags:

views:

14

answers:

2

i have a custom google map with some markers on. To display some content inside the text balloon when you click the marker i use html. Simple stuf like <p> and <b>

But when you hover over the marker it just displays the full html. Like

 <p>some text</p><p>some other <b>text</b></p>

is this normal? Or what can i do about it?

A: 

The GMarker title element does not supports html Strings.

is there a way to use a different string for the marker and the text balloon?
Dazz
A: 

You need to pass some HTML in when the marker is clicked. See the openInfoWindow function.

dsas