Thanks all for replying. Yes I had already emailed our support rep, however have not heard from him yet.Meanwhile, when I was trying to debug, I found out it was my silly mistake. Since the project I am working on is a portal-based product, there was another portlet that was doing the include of the maps API by passing key=null. That caused it to not geocode my address using the GClientGeocoder.
On Apr 15, 10:03 am, Mike Williams <[email protected]> wrote: > One thing you might try (if your Premier support guy doesn't come up > with any ideas) is to create your GClientGeocoder object like this: > > var geocoder = new GClientGeocoder(null,key,client,channel) > > You could try setting the "key" parameter to null, or try any valid > Google API key, not necessarily one for the current domain. > > "client" is your Premier Client ID. > > "channel" is your Premier channel ID, or null if you don't have one. > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
