with an array block containing
  block[0] = "41.7934, -113.52325";
  block[1] = "41.808, -113.5137";
  block[2] = "41.7934, -113.5136";
  block[3] = "41.7934, -113.53285";
  block[4] = "41.779, -113.53298";

  for (var i = 0; i < 5; i++)
  {
    map.addOverlay(new GMarker(new GLatLng(block[i])));
  }

Why do I get an error on line 141 from the maps2.api main.js telling
me I have an invalid argument?

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.


Reply via email to