On Jan 25, 1:26 pm, Andrew <[email protected]> wrote: > HI I have the following website. After I enter an Illinois address > (Springfield, IL for example) a marker is placed at the location. I added a > dragend listener to the marker so that when it is moved it runs my identify > function that conducts a query on an invisible ArcGIS layer which then > displays the data in an infowindow. > > This works fine (ignore the jumbled text in the infowindow). However I also > want it to conduct the query right after I enter the address so that the > infowindow pops up automatically at the initial marker. Is there a simple > way to just call the function?
Which function do you want to call? Why can't you call it after creating the marker in the geocoder call back routine? -- Larry > Thank you! > > https://netfiles.uiuc.edu/alouchio/shared/test.shtml -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
