Exemple #1
0
 public LocationTypeCountTuple(GenericLocation.GooglePlacesType type, int count)
 {
     _type = type;
     _requiredVisitCount = count;
 }