On Oct 29, 7:29 am, ilanm <[EMAIL PROTECTED]> wrote: > I have the same problem. > Yesterday suddenly the google map stops working > The error: G_MAP_TYPE is not defined in javascript function > initializeMapmap() > > I think this bug has to do with google services.
It's not a bug. It's because you are using obsolete code. Change G_MAP_TYPE to G_NORMAL_MAP. See here http://code.google.com/apis/maps/documentation/upgrade.html#MapTypeNames for the new names you should use. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
