Example #1
0
        public void FitToMarkers()
        {
            var rect = _gmapControl.GetRectOfAllMarkers(StandardOverlayName);

            if (rect != null)
            {
                _gmapControl.SetZoomToFitRect(rect.Value);
                UpdateCurrentCoords();
            }
        }