I am trying to implement a zoom tracking where the map zooms to the center of a rectange drawn by the user. I have obtained the shape from TrackEndedTrackInteractiveOverlayEventArgs, casted to a RectangeShape and found the center of this rectange. However, when I pass this center point to WpfMap.ZoomIntoCenter(10, point), I get an exception with the following details:
"Could not find any resources appropriate for the specified culture or the neutral culture. Make sure \"ThinkGeo.MapSuite.WpfDesktopEdition.ExceptionMessage.resources\" was correctly embedded or linked into assembly \"WpfDesktopEdition\" at compile time, or that all the satellite ssemblies required are loadable and fully signed."
BTW, what is the valid range for percentage passed into ZoomIntoCenter? I am randomly selecting the number 10. Also, is this the proper way to implement zoon tracking?
Thanks,
Klaus