Just a simple question... in Silverlight edition, how to move a point to be the center of the map, there is no things like map1.CenterAt.... without changing the current map scale ?
How to set center
Just saw it… Map1.MoveTo(new Point(x,y)); instead os CenterAt.
Hi, Ric
Yes, Map1.CenterAt is the api for WebEdition, and Map1.MoveTo is the api for SliverlightEdition, and they have the same meaning —"Moves the center of the map to a specified point.".
Thanks,
Khalil