venugopal24 / geo-autocomplete

Automatically exported from code.google.com/p/geo-autocomplete
0 stars 0 forks source link

google.maps.Geocoder is not a constructor in firefox #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First of, I LOVE the new version, it's a lot faster and just generally sweet!

On loading in firefox:
http://dev.resihop.nu/

I get the error:
google.maps.Geocoder is not a constructor in firefox
16 this.options._geocoder = new google.maps.Geocoder, // geocoder object

and the plugin doesn't work at all. What can I do about this?

Original issue reported on code.google.com by kristoff...@gmail.com on 20 Nov 2010 at 12:33

GoogleCodeExporter commented 8 years ago
thanks kristoff,
there was a stray comma in the code that must have caused a problem for your 
version of firefox, or for the dtd of your page.
i've now fixed it in v2.1.1, please check again and mark this as Verified if 
you are okay.
cheers, bob

Original comment by hitch...@gmail.com on 21 Nov 2010 at 12:08

GoogleCodeExporter commented 8 years ago
Great that you found a bug!

However, that doesn't seem to be the problem in my case. I had the exakt same 
problem with the first version of the geocoder. I might be implenting it 
incorrectly somehow, but I really can't understand how.

Original comment by kristoff...@gmail.com on 21 Nov 2010 at 12:14