Hi Chris, Ok, I will need to knock up an example. Here is the scenario, 1. Insert a marker at a position specifying a zIndex of 1. 2. Once this marker has been drawn - important step - insert another marker slightly higher (ensuring overlap for validation). It is important that the second marker be higher than the first as the default behaviour would be to display the first in front of the second. Give this marker a zIndex of 10 when creating it.
Note here that I specify the zIndex via the MarkerOptions object. The result, that I see at least, is that the second marker is displayed behind the first. Why am I wanting to do this ? For my use, the first marker represents the location of the user and the second marker represents a POI. If the POI is behind the location marker, the user has difficulty in clicking on it or getting the correct tooltip. Simon -- 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.