示例#1
0
        public virtual T GetNearestTo(MapPoint point)
        {
            MapPoint nearestCoord = GeoUtil.GetNearestCoordinateInGraphicsCollection(point, GetBaseGraphics());

            return(ByPosition(nearestCoord));
        }