If you haven't done so already, install the Firefox browser and the Firebug debugger. These are invaluable for showing where and why your javascript breaks. It will let you set a breakpoint on the GClientGeocoder call, to confirm it executes and to see what the results are. You can also inspect the variables in your code. A somewhat similar but clunkier capability is provide with Microsoft's Visual Studio.
Don On Dec 31, 2:05 am, Venky <[email protected]> wrote: > Hi All, > > I have registered a Map key for the domainhttp://localhost. But I am > unable to use the Google map by using the key. This means If i call my > javascript function which uses GClientGeocoder() nothing is happening. > > But If I register for the domain likehttp://localhost:9080, I can use > the key. And one more thing is the key which I have registered > forhttp://localhostis working fine forhttp://localhost:9080. > > Can anybody explain me why this problem is happening? Any help would > be grateful. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
