On Feb 5, 11:43 am, "[email protected]" <[email protected]> wrote: > On Feb 5, 8:32 am, xelawho <[email protected]> wrote: > > > > This part is not in my code: > > > var dMapDiv = document.getElementById("detailmap1"); > > > wait a minute... we're talking about this code here, > > right?http://www.geocodezip.com/ifc_com_mx_test4b.asp > > > isn't that what line 145 says? > > Oops. Yup. I remembered it wrong. I'll have to investigate why your > page doesn't work, that example doesn't exactly follow my advice > either (it is someone elses page I made work).
I think the difference comes from _when_ you are doing it. The example creates the minimap when the original marker is created, well before the click listener runs, your map does it in the click listener. -- Larry > > -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
