I'm very new to these Google Map API but I learn a lot by reading many
discussions in this.
But now I also have this same question.
My situation here is that I just mark the location using Google Earth.
I didn't write any description. The Google Earth will display that
mark with label.
But when I export this as KML and uploaded it to play with my Google
MAP.
It's did not display tooltips or label. U must click the marker to
make it display just a simple header
So what I want to ask is that if there is any way that we can play
with those marker from KMLLayer?
1. I want to adjust those marker just to display tooltip only.
(normally it will have if we create new google.maps.Marker({title:
"what to display in tooltips", ...}))
2. If it possible to just display some point of the kml only (like if
i have many category of points.
I only want to display some of them)
What I'm thinking right now is to try parse the kml file myself and
just plot it manually
(My kml is not that big yet) So any suggestion would be nice.
-----------------
On Jun 3, 10:25 pm, Chandra Miller <
chandra_dr...@yahoo.com> wrote:
> I have sussessfully created aKMLfile to my Google Map. I would like
> all the points to havetooltipswhen you mouse over them. Is that
> something I need to add into theKMLfile or the HTML. There are