Problem with MainMap.FindLocations(LatLong)

Last post 7/24/2009 12:07:57 AM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
7/9/2009 7:08:53 PM
Muzaffar

Problem with MainMap.FindLocations(LatLong)

I am calling MainMap.FindLocations(_latlong); in
protected void MainMap_DirectionsLoaded(object sender, DirectionsLoadedEventArgs e)

 at the end of this event handler. but this method is not working. It is not calling

 protected void MainMap_FindLocationsLoaded(object sender, FindLocationsEventArgs e)

this event handler. I dont know why. Can you please help me to find out why its is not calling MainMap_FindLocaitonsLoaded event handler??????

Thanks
7/24/2009 12:07:57 AM
Chris Pietschmann

Re:Problem with MainMap.FindLocations(LatLong)

Could you post some example code that demonstrates the issue you're describing? I'll need a little more info in order to further assess what may be happening.