On Aug 19, 12:34 pm, Raji <[email protected]> wrote: > My code is as follows > > var arr = new GPolyline(pts,color,5,50); > map.addOverlay(arr);
What's 50? The documentation implies that 50 is not a valid number. http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GPolyline Of course, that is one obvious issue; there may be others -- we have no idea what values are assigned to "pts" or "color", which is why the posting guidelines ask for a link, not code. -- 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.
