On Oct 11, 3:15 pm, thindery <[email protected]> wrote: > Thanks for the heads up. I think I am going to switch to JSON since my > markers are going to have many nodes. > > I appreciate the feedback!
Good choice. JSON is much faster. It is ready for interpretation directly by the browser without extra code to parse it. It is much smaller without the verbosity of beginning tags & ending tags for every element. It avoids cross domain limitations. -- 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.
