On Dec 23, 7:31 am, kbarhoover <[email protected]> wrote: > I want to add a z-index and a custom marker for each of the points on this > map (http://www.parkplacetecehnologies.com/map/map1.html) within the > createMarker variable. What do I need to add to my code?
That page doesn't seem to work. Did you mean this one: http://www.parkplacetechnologies.com/map/map1.html That is a v2 map. The v2 group is: http://groups.google.com/group/google-maps-api > > I'm sure I need to declare these two items (z-index and icon file path) > somewhere in the code and then define each in the var marker = createMarker > as follows: > > var marker = createMarker(point,'Park Place Technologies<br>Corporate > Headquarters<br>Chagrin Falls, OH',4,/map-icons/blue_short.png) Have you seen Mike Williams' tutorial? http://econym.org.uk/gmap/ That and the documentation will answer most of your questions. -- Larry -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
