I'm using the RichMarker library to add a marker bubble that contains
a small piece of text. [The StyledMarker library does something
similar, but it makes use of the google chart service to convert the
text into an image. This is slow and sluggish.]

My issues are:

1: If you zoom out a long way, so that there are multiple copies of
the world visible, then only one copy of a richmarker is shown (this
is unlike a regular marker which is shown for every copy of the
world).

2: It appears that deleting and recreating a richmarker causes the
screen to change. This is unlike a regular marker which doesn't
(obviously) update the screen when the marker is removed and
recreated.

3: It isn't possible to do very good positioning of a richmarker, but
I can fix that.

Does anyone know of any other marker-like implementations where I can
give it a small piece of HTML to display as the marker? [I used to use
ELabel in Maps V2, and it worked fine.]

Philip

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to