On Sep 5, 2:51 pm, Kevin Davis <[email protected]> wrote: > Well the thing is the var point = new GLatLng(,); is not the issue.... > Could it be that something that my web host be blocking??
Why is it not the issue? Firefox objects to that syntax error which means that function onLoad is not defined (and thus cannot be run). One rather important rule with debugging is to make sure there are no syntax errors in the code: only then can you be sure that there is a processing error. The cause of the problem is whatever is supposed to be filling in the values for that GLatLng object. -- 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.
