Wow! I hadnt been checking the other one, I thought it had died. Thank you so much.
On Oct 8, 4:44 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 8, 11:41 am, John <[EMAIL PROTECTED]> wrote:> Awesome, thanks.The last > thing is the info windows which I've been > > trying today with no luck. Has anyone got insight into that? > > Did you miss this in your other > thread?http://www.geocodezip.com/JohnPeekster_index.asp > > > > > On Oct 7, 5:50 pm, marcelo <[EMAIL PROTECTED]> wrote: > > > > GLatLng() does not take a string as parameters. > > > > new GLatLng(homexgeo + "," + homeygeo) > > > > Should be > > > > new GLatLng(homexgeo,homeygeo) > > > > Tehn, bounds.extend() does not take a string as parameter, but a > > > GLatLng(). > > > > And also, > > > > targetxgeo.push(point.x; > > > targetygeo.push(point.y); > > > > is old syntax. It should be > > > > targetxgeo.push(point.lng(); > > > targetygeo.push(point.lat()); > > > > -- > > > Marcelo -http://maps.forum.nu > > > --- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
