Dear friends,How can I write code for centre the map when the graphic will go to the out of visible area?now I am centring the graphic point like the code below .Each 10 second map is refreshing with new mappoint with timertool.Now my requirement is I need to centre the map when the graphic point is out of visible view of map only.Is it possible?Dispatcher.BeginInvoke(Sub() ZoomToResolution(MyMap, MyMap.Resolution, New MapPoint(Convert.ToDouble(gpsNMEASentence(4)), Convert.ToDouble(gpsNMEASentence(2)))))