Ejemplo n.º 1
0
 public static PointsOfInterest Generate(int numOfOperations, int detectionRadius, int quantity)
 {
     PointsOfInterest p = new PointsOfInterest(numOfOperations, detectionRadius, quantity, counter++);
     return p;
 }
Ejemplo n.º 2
0
        public static PointsOfInterest Generate(int numOfOperations, int detectionRadius, int quantity)
        {
            PointsOfInterest p = new PointsOfInterest(numOfOperations, detectionRadius, quantity, counter++);

            return(p);
        }