Пример #1
0
 public bool IsWithinDistanceOf(int range, MapPoint checkPoint)
 {
     return(MapPosition.IsWithinDistanceOf(range, checkPoint));
 }