On May 12, 7:44 pm, Armin Primadi <[email protected]> wrote: > Hello, > > I tried using Google Maps API on my web app. However, the map doesn't > show up. It works before and I don't know what is wrong with my code > (it's very basic code, I just copy and paste the tutorial code). A > live demo is available > athttp://fourbite.com/restaurants/262-bobby-s-steak-cafe/map. > Can someone help me?
Have you tried specifying a "stable" version (not the nightly version), like v=3.4? http://code.google.com/apis/maps/documentation/javascript/basics.html#VersionTypes It is either that or one of your external scripts, as when I create a local version (which doesn't include your external scripts), it works for me. -- Larry > > Thanks, > Armin Primadi -- 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.
