1. Only the Google Copyright (commented form) info is before DOCTYPE. 2. Everytime I'm creating marker like this:
var marker = new google.maps.Marker(markerLatLng); So I think it is equivalent to createmarker. Is that correct? 3. Please can you tell me more about this. I'm doing 3 local search and taking only the first search result from every search result. I store the first search result in array and after completion I display only 3 results. Appreciate your help. Thanks & Regards, Ashwani On Dec 7, 1:55 pm, "[email protected]" <[email protected]> wrote: > On Dec 7, 10:40 am, Ashwani <[email protected]> wrote: > > > Thanks for your reply. > > > The page is: > > >http://innovativeworkz.com/mash/localMsearch.php > > > In the address enter some city name e.g. New york and click on > > search. > > 1. You have text before your DOCTYPE definition. That is invalid and > will cause some browsers (in particular IE) to default to quirks mode. > > 2. It looks to me like you have run afoul of pitfall #3, described in > Mike Williams' tutorial: > Part 1 Markers with info windowshttp://econym.org.uk/gmap/basic1.htm > > You don't have a createMarker function to hold function closure on > each of the markers. > > 3. You are probably going to run into trouble with your approach if > you try to extend it past a few calls to the local search API, because > of rate limiting and quotas on using google's services. > > -- Larry > > > > > Regards, > > Ashwani > > > On Dec 7, 1:35 pm, "[email protected]" <[email protected]> > > wrote: > > > > On Dec 7, 10:20 am, Ashwani <[email protected]> wrote: > > > > > Hi All, > > > > > I'm displaying local search result on the map and while placing the > > > > markers I'm binding the result information in the infoWindow aka the > > > > map marker popup: > > > > > marker.bindInfoWindow(result.html.cloneNode(true)); > > > > > On click of all markers the popup window opens and correctly displays > > > > the information in FireFox browser. But in IE (tried in version 6 and > > > > 7) only the first marker displays the content in the window, other > > > > markers shows blank window. > > > > > Please can any one help to resolve this issue. > > > > How? Where is your map that exhibits the problem? > > > >http://groups.google.com/group/google-maps-api/web/suggested-posting-... > > > >http://groups.google.com/group/Google-Maps-API/web/why-including-a-li... > > > > -- Larry > > > > > Thanks & Regards, > > > > Ashwani- 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.
