Hi,

I'd like to add a custom data field to GClientGeocoder, so I use this
code:

function Geocoder(){}

Geocoder.prototype = new google.maps.CilentGeocoder();
Geocoder.prototype.data;

But firebug says that google.maps.ClientGeocoder() is not a
constructor.

I can use all google.maps.* constructors inside functions (all
functions are called after init(), wich is called on html body's
onload event), but not from the root of my script.

Here's my page: http://sevcsik.atw.hu/traffipax

Thanks for your help,
Sevcsik
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to