[Google Maps API v3] Re: Como obter uma chave do Google Maps

2012-07-22 Thread BRDev
Boa noite, você está tentando criar usando a API V2, use a API V3! A API V2 foi descontinuada... aqui você encontrará informações importantes sobre a nova API V3 do Google Maps: https://developers.google.com/maps/articles/phpsqlajax_v3?hl=pt-BR Em quarta-feira, 18 de julho de 2012 18h14min49s UT

[Google Maps API v3] Re: Google Earth - Display InfoWindow

2012-07-22 Thread Buster
For example: instead of placing a balloon or infowindow listener to return mouseclick coordinates in the GE utility .js file (GoogleEarth prototype), I was curious if the listener can be exposed in the maps api V3 code in the index.html file. On Jul 22, 12:52 pm, Rossko wrote: > > the listener

[Google Maps API v3] Issue with locality field

2012-07-22 Thread Matteo Buferli
Hi, I have some issue using geocoder in this day: all my services that using maps api fail during geocoding, the locality field returned is null and my systems dont work right.. This issue was detected only on IT territory.. Do you have some information about that? -- You received this message

[Google Maps API v3] Re: Google Earth - Display InfoWindow

2012-07-22 Thread Rossko
> the listener functions from within the .JS file > Was just curious if GE can be exposed in the index.html js code Don't think I understand the question really. Can you give an example? Note that you are loading GE asynchronously, so you won't be able to "do" anything with it before it has loaded

[Google Maps API v3] Re: Google Earth - Display InfoWindow

2012-07-22 Thread Buster
Thanks Rossko. the listener functions from within the .JS file Was just curious if GE can be exposed in the index.html js code Thanks again, On Jul 22, 4:28 am, Rossko wrote: > >www.gmapsapi.net/GE1isup but don't know why it is not working from > > Works with an http:// prefix > > > How do you ex

[Google Maps API v3] Re: Google Earth - Display InfoWindow

2012-07-22 Thread Rossko
> www.gmapsapi.net/GE1is up but don't know why it is not working from Works with an http:// prefix > How do you expose GE in the index.html file in order to add a listener > to show the lat/lng coordinates of the GE mouse click? GE plugin forum http://groups.google.com/group/kml-support I think