should I use this.JSON or window.JSON? I really just want to know why the polyline returned by google is incorrect. This wasn't a quest for cross browser compatibility.
I used JSON to display the data sent to and returned from google in the hopes that someone could debug my issue. On Apr 22, 5:56 pm, Rossko <[email protected]> wrote: > > I wrapped the JSON.stringify sections in an if (JSON) block, should > > fix most compatibility issues. > > errm FF2 breaks on if (JSON) as JSON is not defined ... > Try if (this.JSON) > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
