Using the code in the following example the map correctly renders 5
"beach" markers:

http://code.google.com/apis/maps/documentation/javascript/examples/icon-complex.html

var beaches = [
  ['Bondi Beach', -33.890542, 151.274856, 4],
  ['Coogee Beach', -33.923036, 151.259052, 5],
  ['Cronulla Beach', -34.028249, 151.157507, 3],
  ['Manly Beach', -33.80010128657071, 151.28747820854187, 2],
  ['Maroubra Beach', -33.950198, 151.259302, 1]
];

When I add a 6th marker under ['Maroubra Beach', -33.950198,
151.259302, 1], the map will only render 4 markers. And if I add 7 or
more, the map won't render any markers.

Any ideas?

-- 
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.

Reply via email to