|
Muzaffar
|
|
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
|
|
|
|
Chris Pietschmann
|
|
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.
|
|
|